JFacebookUser::createNote
Method to create a note on the behalf of the user.
Requires authentication and publish_stream permission, user_groups or friends_groups permission.
Signature
public function createNote(mixed
$user,
string
$subject,
string
$messageĀ )
Parameters
-
$user
- Either an integer containing the user ID or a string containing the username.
-
$subject
- The subject of the note.
-
$message
- Note content.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.