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