Class JFacebookStatus
Facebook API Status class for the Joomla Platform.
- JFacebookObject
- JFacebookStatus
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/status/
Located at joomla/facebook/status.php
Methods summary
public
mixed
|
|
public
mixed
|
#
getComments( string $status, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get a status message's comments. Requires authentication. |
public
mixed
|
#
createComment( string $status, string $message )
Method to post a comment to the status message. Requires authentication and publish_stream and user_status or friends_status permission. |
public
mixed
|
#
deleteComment( string $comment )
Method to delete a comment. Requires authentication and publish_stream and user_status or friends_status permission. |
public
mixed
|
|
public
mixed
|
#
createLike( string $status )
Method to like status message. Requires authentication and publish_stream and user_status or friends_status permission. |
public
mixed
|
#
deleteLike( string $status )
Method to unlike a status message. Requires authentication and publish_stream and user_status or friends_status permission. |
Methods inherited from JFacebookObject
__construct()
,
createConnection()
,
deleteConnection()
,
fetchUrl()
,
get()
,
getConnection()
,
getOAuth()
,
sendRequest()
,
setOAuth()