JFacebookEventFacebook API User class for the Joomla Platform.
Located in /libraries/joomla/facebook/event.php (line 22)
JFacebookObject | --JFacebookEvent
mixed
createPost
(string $event, [string $message = null], [string $link = null], [string $picture = null], [string $name = null], [string $caption = null], [string $description = null], [array $actions = null])
mixed
createVideo
(string $event, string $source, [string $title = null], [string $description = null])
mixed
getFeed
(string $event, [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
mixed
getPhotos
(string $event, [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
mixed
getVideos
(string $event, [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
Inherited from JFacebookObject
JFacebookObject::$client
JFacebookObject::$oauth
JFacebookObject::$options
Method to set the current user as attending. Requires authentication and rsvp_event permission.
Method to set the current user as declined. Requires authentication and rscp_event permission.
Method to invite users to the event. Requires authentication and create_event permission.
Method to post a link on event's feed which the current_user is or maybe attending. Requires authentication and publish_stream permission.
Method to set the current user as maybe attending. Requires authentication and rscp_event permission.
Method to post a photo on event's wall. Requires authentication and publish_stream permission.
Method to post on event'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 event's wall. Requires authentication and publish_stream permission.
Method to post a video on event's wall. Requires authentication and publish_stream permission.
Method to delete a invitation. Note: you can only delete the invite if the current user is the event admin.
Requires authentication and rsvp_event permission.
Method to delete a link. Requires authentication and publish_stream permission.
Method to delete a post. Note: you can only delete the post if it was created by the current user.
Requires authentication and publish_stream permission.
Method to delete a status. Note: you can only delete the post if it was created by the current user.
Requires authentication and publish_stream permission.
Method to get the list of attending users. Requires authentication and user_events or friends_events permission.
Method to get the list of users which declined the event. Requires authentication and user_events or friends_events permission.
Method to get information about an event visible to the current user. Requires authentication.
Method to get the event's wall. Requires authentication.
Method to get the list of invitees for the event. Requires authentication and user_events or friends_events permission.
Method to get the list of maybe attending users. Requires authentication and user_events or friends_events permission.
Method to get the list of users which have not replied to the event. Requires authentication and user_events or friends_events permission.
Method to get photos published on event's wall. Requires authentication.
Method to get the event's profile picture. Requires authentication and user_events or friends_events permission.
Method to get videos published on event's wall. Requires authentication.
Method to check if a user is attending an event. Requires authentication and user_events or friends_events permission.
Method to check if a user responded 'no' to the event. Requires authentication and user_events or friends_events permission.
Method to check if a user is invited to the event. Requires authentication and user_events or friends_events permission.
Method to check if a user is maybe attending an event. Requires authentication and user_events or friends_events permission.
Method to check if a user has not replied to the event. Requires authentication and user_events or friends_events 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:02:40 +0100 by phpDocumentor 1.4.3