Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how can I extract users in one of my groups from within a facebook app?

I wrote

$userData = $facebook->api('/group');

but I did not receive anything! just an empty array. Thanks

share|improve this question

1 Answer

I suggest you read the page here which explains the permissions you need from the user. In addition, both users and pages have the group connection which can be called as such graph.facebook.com/USER_ID/group?access_token=...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.