JFacebookNote::deleteLike
Method to unlike a note. Requires authentication and publish_stream and user_notes or friends_notes permissions.
Signature
public function deleteLike(string
$noteĀ )
Parameters
-
$note
- The note id.
Returns
- boolean
- Returns true if successful, and false otherwise.