JFacebookEvent::createStatus
Method to post a status message on behalf of the user on the event's wall. Requires authentication and publish_stream permission.
Signature
public function createStatus(string
$event,
string
$messageĀ )
Parameters
-
$event
- The event id.
-
$message
- Status message content.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.