JFacebookNote::createComment
Method to comment on a note. Requires authentication and publish_stream and user_notes or friends_notes permissions.
Signature
public function createComment(string
$note,
string
$messageĀ )
Parameters
-
$note
- The note id.
-
$message
- The comment's text.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.