Is there a way of scraping content from Facebook groups?

13.8k Views Asked by At

I'd like to get the content from a facebook group since there is a lot of valuable information in there. So is there way, hack or function that you could accomplish this with?

1

There are 1 best solutions below

1
On BEST ANSWER

Simple, do an HTTP POST to the Graph API /{groupId} with your access code and you will get information programmatically. See: http://developers.facebook.com/docs/reference/api/group/