Class JFacebookOAuth

Description

Joomla Platform class for generating Facebook API access token.

  • since: 13.1

Located in /libraries/joomla/facebook/oauth.php (line 21)

JOAuth2Client
   |
   --JFacebookOAuth
Variable Summary
Method Summary
 JFacebookOAuth __construct ([JRegistry $options = null], [JHttp $client = null], [JInput $input = null])
 string getScope ()
 JFacebookOauth setScope (string $scope)
Variables
JRegistry $options (line 27)
  • var: Options for the JFacebookOAuth object.
  • since: 13.1
  • access: protected

Redefinition of:
JOAuth2Client::$options

Inherited Variables

Inherited from JOAuth2Client

JOAuth2Client::$application
JOAuth2Client::$http
JOAuth2Client::$input
Methods
Constructor __construct (line 38)

Constructor.

  • since: 13.1
  • access: public
JFacebookOAuth __construct ([JRegistry $options = null], [JHttp $client = null], [JInput $input = null])
  • JRegistry $options: JFacebookOauth options object.
  • JHttp $client: The HTTP client object.
  • JInput $input: The input object.

Redefinition of:
JOAuth2Client::__construct()
Constructor.
getScope (line 73)

Method to get the current scope

  • return: Comma separated list of permissions.
  • since: 13.1
  • access: public
string getScope ()
setScope (line 59)

Method used to set permissions.

  • return: This object for method chaining
  • since: 13.1
  • access: public
JFacebookOauth setScope (string $scope)
  • string $scope: Comma separated list of permissions.

Inherited Methods

Inherited From JOAuth2Client

 JOAuth2Client::__construct()
 JOAuth2Client::authenticate()
 JOAuth2Client::createUrl()
 JOAuth2Client::getOption()
 JOAuth2Client::getToken()
 JOAuth2Client::isAuthenticated()
 JOAuth2Client::query()
 JOAuth2Client::refreshToken()
 JOAuth2Client::setOption()
 JOAuth2Client::setToken()

Documentation generated on Tue, 19 Nov 2013 15:09:40 +0100 by phpDocumentor 1.4.3