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