JFacebookObjectFacebook API object class for the Joomla Platform.
Located in /libraries/joomla/facebook/object.php (line 22)
| Class | Description |
|---|---|
JFacebookAlbum
|
Facebook API Album class for the Joomla Platform. |
JFacebookCheckin
|
Facebook API Checkin class for the Joomla Platform. |
JFacebookComment
|
Facebook API Comment class for the Joomla Platform. |
JFacebookEvent
|
Facebook API User class for the Joomla Platform. |
JFacebookGroup
|
Facebook API Group class for the Joomla Platform. |
JFacebookLink
|
Facebook API Link class for the Joomla Platform. |
JFacebookNote
|
Facebook API Note class for the Joomla Platform. |
JFacebookPhoto
|
Facebook API Photo class for the Joomla Platform. |
JFacebookPost
|
Facebook API Post class for the Joomla Platform. |
JFacebookStatus
|
Facebook API Status class for the Joomla Platform. |
JFacebookUser
|
Facebook API User class for the Joomla Platform. |
JFacebookVideo
|
Facebook API Video class for the Joomla Platform. |
JFacebookObject
__construct
([JRegistry $options = null], [JHttp $client = null], [JFacebookOAuth $oauth = null])
mixed
createConnection
(string $object, [string $connection = null], [array $parameters = null], [array $headers = null])
string
fetchUrl
(string $path, [integer $limit = 0], [integer $offset = 0], [timestamp $until = null], [timestamp $since = null])
mixed
getConnection
(string $object, [string $connection = null], [string $extra_fields = ''], [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
mixed
sendRequest
(string $path, [mixed $data = ''], [array $headers = null], [integer $limit = 0], [integer $offset = 0], [string $until = null], [string $since = null])
Constructor.
Method to create a connection.
Method to delete a connection.
Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
Method to get object's connection.
Method to send the request.
Method used to set the OAuth client.
Documentation generated on Tue, 19 Nov 2013 15:09:43 +0100 by phpDocumentor 1.4.3