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