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