Class JFacebook
Joomla Platform class for interacting with a Facebook API instance.
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/facebook.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
Located at joomla/facebook/facebook.php
Methods summary
public
|
#
__construct(
Constructor. |
public
|
|
public
mixed
|
|
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. |
protected
|
$user |
#
Facebook API object for user. |
protected
|
$status |
#
Facebook API object for status. |
protected
|
$checkin |
#
Facebook API object for checkin. |
protected
|
$event |
#
Facebook API object for event. |
protected
|
$group |
#
Facebook API object for group. |
protected
|
$link |
#
Facebook API object for link. |
protected
|
$note |
#
Facebook API object for note. |
protected
|
$post |
#
Facebook API object for post. |
protected
|
$comment |
#
Facebook API object for comment. |
protected
|
$photo |
#
Facebook API object for photo. |
protected
|
$video |
#
Facebook API object for video. |
protected
|
$album |
#
Facebook API object for album. |