JFacebookOAuth
class JFacebookOAuth extends JOAuth2Client
Joomla Platform class for generating Facebook API access token.
Methods
__construct(
Registry $options = null,
JHttp $client = null,
JInput $input = null)
Constructor.
string
query(
string $url,
mixed $data = null,
array $headers = array(),
string $method = 'get',
int $timeout = null)
Send a signed Oauth request.
from JOAuth2Client
setOption(
string $key,
mixed $value)
Set an option for the JOAuth2Client instance.
from JOAuth2Client
setToken(
array $value)
Set an option for the JOAuth2Client instance.
from JOAuth2Client
JFacebookOauth
setScope(
string $scope)
Method used to set permissions.
string
getScope()
Method to get the current scope