JFacebookPost::deleteComment
Method to delete a comment. Requires authentication and publish_stream permission
Signature
public function deleteComment(string
$comment )
Parameters
-
$comment
- The comment's id.
Returns
- boolean
- Returns true if successful, and false otherwise.