JFacebookGroupFacebook API Group class for the Joomla Platform.
Located in /libraries/joomla/facebook/group.php (line 23)
JFacebookObject | --JFacebookGroup
mixed
createPost
(string $group, [string $message = null], [string $link = null], [string $picture = null], [string $name = null], [string $caption = null], [string $description = null], [array $actions = null])
mixed
getDocs
(string $group, [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
mixed
getFeed
(string $group, [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
Inherited from JFacebookObject
JFacebookObject::$client
JFacebookObject::$oauth
JFacebookObject::$options
Method to post a link on group's wall. Requires authentication and publish_stream permission.
Method to post on group's wall. Message or link parameter is required. Requires authentication and publish_stream permission.
Method to post a status message on behalf of the user on the group's wall. Requires authentication and publish_stream permission.
Method to delete a link. Requires authentication.
Method to delete a post. Note: you can only delete the post if it was created by the current user. Requires authentication.
Method to delete a status. Note: you can only delete the status if it was created by the current user. Requires authentication.
Method to get the group's docs. Requires authentication and user_groups or friends_groups permission for non-public groups.
Method to get the group's wall. Requires authentication and user_groups or friends_groups permission for non-public groups.
Method to read a group. Requires authentication and user_groups or friends_groups permission for non-public groups.
Method to get the group's members. Requires authentication and user_groups or friends_groups permission for non-public groups.
Method to get the groups's picture. Requires authentication and user_groups or friends_groups permission.
Inherited From JFacebookObject
JFacebookObject::__construct()
JFacebookObject::createConnection()
JFacebookObject::deleteConnection()
JFacebookObject::fetchUrl()
JFacebookObject::get()
JFacebookObject::getConnection()
JFacebookObject::getOAuth()
JFacebookObject::sendRequest()
JFacebookObject::setOAuth()
Documentation generated on Tue, 19 Nov 2013 15:04:04 +0100 by phpDocumentor 1.4.3