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