1

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

DSchultz
  • 1,335
  • 6
  • 15
Amin
  • 11
  • 1

1 Answers1

1

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=...

DSchultz
  • 1,335
  • 6
  • 15