Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way of scraping content from Facebook groups?

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?

like image 895
Jonathan Avatar asked Jan 21 '12 13:01

Jonathan


1 Answers

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/

like image 118
DMCS Avatar answered Oct 17 '22 00:10

DMCS