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