JFacebookStatus::deleteComment
Method to delete a comment. Requires authentication and publish_stream and user_status or friends_status permission.
Signature
public function deleteComment(string
$comment )
Parameters
-
$comment
- The comment's id.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.