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