JFacebookNote::getNote
Method to get a note. Requires authentication and user_notes or friends_notes permission for non-public notes.
Signature
public function getNote(string
$noteĀ )
Parameters
-
$note
- The note id.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.