Class JFacebookCheckin
Facebook API Checkin class for the Joomla Platform.
- JFacebookObject
- JFacebookCheckin
Deprecated: 4.0 Use the
joomla/facebook
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Link: http://developers.facebook.com/docs/reference/api/checkin/
Located at joomla/facebook/checkin.php
Methods summary
public
mixed
|
#
getCheckin( string $checkin )
Method to get a checkin. Requires authentication and user_checkins or friends_checkins permission. |
public
mixed
|
#
getComments( string $checkin, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get a checkin's comments. Requires authentication and user_checkins or friends_checkins permission. |
public
mixed
|
#
createComment( string $checkin, string $message )
Method to post a comment to the checkin. Requires authentication and publish_stream and user_checkins or friends_checkins permission. |
public
mixed
|
#
deleteComment( string $comment )
Method to delete a comment. Requires authentication and publish_stream permission. |
public
mixed
|
|
public
mixed
|
#
createLike( string $checkin )
Method to like a checkin. Requires authentication and publish_stream and user_checkins or friends_checkins permission. |
public
mixed
|
#
deleteLike( string $checkin )
Method to unlike a checkin. Requires authentication and publish_stream permission. |
Methods inherited from JFacebookObject
__construct()
,
createConnection()
,
deleteConnection()
,
fetchUrl()
,
get()
,
getConnection()
,
getOAuth()
,
sendRequest()
,
setOAuth()