JFacebookStatus::deleteLike
Method to unlike a status message. Requires authentication and publish_stream and user_status or friends_status permission.
Signature
public function deleteLike(string
$statusĀ )
Parameters
-
$status
- The status message id.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.