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
|
how can I extract users in one of my groups from within a facebook app? I wrote
but I did not receive anything! just an empty array. Thanks |
||||
|
|
|
I suggest you read the page here which explains the permissions you need from the user. In addition, both users and pages have the |
||||
|
|