JFacebookUser::deleteStatus
Method to delete a status. Note: you can only delete the post if it was created by the current user.
Requires authentication publish_stream permission.
Signature
public function deleteStatus(string
$statusĀ )
Parameters
-
$status
- The Status ID.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.