JFacebookGroup::deleteStatus
Method to delete a status. Note: you can only delete the status if it was created by the current user. Requires authentication.
Signature
public function deleteStatus(string
$statusĀ )
Parameters
-
$status
- The Status ID.
Returns
- boolean
- Returns true if successful, and false otherwise.