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