tags:

views:

12

answers:

1

I receive an email once a week with information on my Fan Page (like how many more users than last update have become my fan, how many posts, etc). Is it possible to get this info via the FB API so I can show this data where I want outside FB and outside my email?

A: 

One of the way is using fql of facebook :

Group FQL Table

After you can get the group ids, you can use the group_member tables to get all members from that group:

Group Member FQL Table

You can even use Graph API if you want but I am not an expert of that

vodkhang

related questions