Class JFacebookPost
Facebook API Post class for the Joomla Platform.
- JFacebookObject
- JFacebookPost
Package: Joomla\Platform\Facebook
Deprecated: 4.0 Use the
Copyright: 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/post/
Located at joomla/facebook/post.php
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/post/
Located at joomla/facebook/post.php
Methods summary
public
mixed
|
|
public
boolean
|
#
deletePost( string $post )
Method to delete a post if it was created by this application. Requires authentication and publish_stream permission |
public
mixed
|
#
getComments( string $post, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get a post's comments. Requires authentication and read_stream permission. |
public
mixed
|
#
createComment( string $post, string $message )
Method to comment on a post. Requires authentication and publish_stream permission |
public
boolean
|
#
deleteComment( string $comment )
Method to delete a comment. Requires authentication and publish_stream permission |
public
mixed
|
|
public
boolean
|
#
createLike( string $post )
Method to like a post. Requires authentication and publish_stream permission |
public
boolean
|
#
deleteLike( string $post )
Method to unlike a post. Requires authentication and publish_stream permission |
Methods inherited from JFacebookObject
__construct()
,
createConnection()
,
deleteConnection()
,
fetchUrl()
,
get()
,
getConnection()
,
getOAuth()
,
sendRequest()
,
setOAuth()