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