Class JFacebookObject
Facebook API object class for the Joomla Platform.
Direct known subclasses
JFacebookAlbum
,
JFacebookCheckin
,
JFacebookUser
,
JFacebookVideo
,
JFacebookComment
,
JFacebookEvent
,
JFacebookGroup
,
JFacebookLink
,
JFacebookNote
,
JFacebookPhoto
,
JFacebookPost
,
JFacebookStatus
Abstract
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
Located at joomla/facebook/object.php
Package: Joomla\Platform\Facebook
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
Located at joomla/facebook/object.php
Methods summary
public
|
#
__construct(
Constructor. |
protected
string
|
#
fetchUrl( string $path, integer $limit = 0, integer $offset = 0, timestamp $until = null, timestamp $since = null )
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. |
public
mixed
|
#
sendRequest( string $path, mixed $data = '', array $headers = null, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to send the request. |
public
mixed
|
|
public
mixed
|
#
getConnection( string $object, string $connection = null, string $extra_fields = '', integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )
Method to get object's connection. |
public
mixed
|
#
createConnection( string $object, string $connection = null, array $parameters = null, array $headers = null )
Method to create a connection. |
public
mixed
|
#
deleteConnection( string $object, string $connection = null, string $extra_fields = '' )
Method to delete a connection. |
public
|
|
public
|
Magic methods summary
Properties summary
protected
|
$options |
#
Options for the Facebook object. |
protected
|
$client |
#
The HTTP client object to use in sending HTTP requests. |
protected
|
$oauth |
#
The OAuth client. |