JFacebookGroup::getMembers
Method to get the group's members. Requires authentication and user_groups or friends_groups permission for non-public groups.
Signature
public function getMembers(string
$group,
[integer
$limit = 0,
[integer
$offset = 0]] )
Parameters
-
$group
- The group id.
-
$limit
- The number of objects per page.
-
$offset
- The object's number on the page.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.