Liste de tous les membres
Fonctions membres publiques |
| __construct (JRegistry $options=null, JHttp $client=null, JInput $input=null) |
| setScope ($scope) |
| getScope () |
| __construct (JRegistry $options=null, JHttp $http=null, JInput $input=null, JApplicationWeb $application=null) |
| authenticate () |
| isAuthenticated () |
| createUrl () |
| query ($url, $data=null, $headers=array(), $method= 'get', $timeout=null) |
| getOption ($key) |
| setOption ($key, $value) |
| getToken () |
| setToken ($value) |
| refreshToken ($token=null) |
Description détaillée
Définition à la ligne 21 du fichier oauth.php.
Documentation des constructeurs et destructeur
JFacebookOAuth::__construct |
( |
JRegistry |
$options = null , |
|
|
JHttp |
$client = null , |
|
|
JInput |
$input = null |
|
) |
| |
Constructor.
- Paramètres:
-
JRegistry | $options | JFacebookOauth options object. |
JHttp | $client | The HTTP client object. |
JInput | $input | The input object. |
- Depuis:
- 13.1
Définition à la ligne 38 du fichier oauth.php.
Références JRegistry\def().
{
$this->options = isset($options) ? $options :
new JRegistry;
$this->options->
def(
'authurl',
'http://www.facebook.com/dialog/oauth');
$this->options->def('tokenurl', 'https://graph.facebook.com/oauth/access_token');
}
Documentation des fonctions membres
JFacebookOAuth::getScope |
( |
| ) |
|
Method to get the current scope
- Renvoie:
- string Comma separated list of permissions.
- Depuis:
- 13.1
Définition à la ligne 73 du fichier oauth.php.
JFacebookOAuth::setScope |
( |
|
$scope | ) |
|
Method used to set permissions.
- Paramètres:
-
string | $scope | Comma separated list of permissions. |
- Renvoie:
- JFacebookOauth This object for method chaining
- Depuis:
- 13.1
Définition à la ligne 59 du fichier oauth.php.
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :