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