JFacebookEvent::createInvite
Method to invite users to the event. Requires authentication and create_event permission.
Signature
public function createInvite(string
$event,
string
$usersĀ )
Parameters
-
$event
- The event id.
-
$users
- Comma separated list of user ids.
Returns
- boolean
- Returns true if successful, and false otherwise.