JFacebookEvent::getInvited
Method to get the list of invitees for the event. Requires authentication and user_events or friends_events permission.
Signature
public function getInvited(string
$event,
[integer
$limit = 0,
[integer
$offset = 0]] )
Parameters
-
$event
- The event 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.