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? 回答1: 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/ 来源: https://stackoverflow.com/questions/8953409/is-there-a-way-of-scraping-content-from-facebook-groups