JFacebookEvent::deleteInvite
Method to delete a invitation. Note: you can only delete the invite if the current user is the event admin.
Requires authentication and rsvp_event permission.
Signature
public function deleteInvite(string
$event,
string
$userĀ )
Parameters
-
$event
- The event id.
-
$user
- The user id.
Returns
- boolean
- Returns true if successful, and false otherwise.