Reputation: 7589
i'm looking for a way to code some statistics for a facebook group which displays infos like most active member, most commented post and such.
i've tried to parse the group's email-notifications, unfortunately facebook doesn't notify on each event.
so i was thinking about curling directly from the facebook group. is there a way to do this or is it possible through the facebook api? thanks
Upvotes: 0
Views: 101
Reputation: 2750
I think your best bet is Facebook Grap API.
Check this Graph API - Group : http://developers.facebook.com/docs/reference/api/group/
Hope this help!
Upvotes: 1