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?
Asked
Active
Viewed 1.4k times
5
-
whay do you mean by "the content"? if you're talking about the feed of the groups, you can accomplish this with the Graph API, (if your user has the permissions to do it on the specific group) – Yaron U. Jan 21 '12 at 13:40
1 Answers
7
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/

DMCS
- 31,720
- 14
- 71
- 104