Is there a tool out there that will crawl one of your friend's status updates and download them to a file? I'm doing some research and it's a pain to keep hitting "older posts.."
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
migrated from superuser.com Oct 16 '12 at 1:44
|
You may want to look at the questions on StackOverflow about the Facebook Graph API. Your solution for instance, may involve something like wget and a URL of the form (or similar): https://graph.facebook.com/USERNAME_HERE/feed. E.g.: https://graph.facebook.com/cocacola/feed In fact by examining the bottom previous/next links from this page, I can see that adding a query similar to |
|||
|
|
|
Try fb-crawl. It's a Perl script that will insert wall posts, user information, and friends into a MySQL database. From there you can sift through the data using MySQL |
||||
|
|