JFacebookEvent::isInvited
Method to check if a user is invited to the event. Requires authentication and user_events or friends_events permission.
Signature
public function isInvited(string
$event,
mixed
$userĀ )
Parameters
-
$event
- The event id.
-
$user
- Either an integer containing the user ID or a string containing the username.
Returns
- array
- The decoded JSON response or an empty array if the user is not invited.