JFacebookUser::createStatus
Method to post a status message on behalf of the user. Requires authentication publish_stream permission.
Signature
public function createStatus(mixed
$user,
string
$messageĀ )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
-
$message
- Status message content.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.