![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de JFacebookOAuth:Fonctions membres publiques | |
| __construct (Registry $options=null, JHttp $client=null, JInput $input=null) | |
| setScope ($scope) | |
| getScope () | |
Fonctions membres publiques hérités de JOAuth2Client | |
| __construct (Registry $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) | |
Attributs protégés | |
| $options | |
Attributs protégés hérités de JOAuth2Client | |
| $options | |
| $http | |
| $input | |
| $application | |
Joomla Platform class for generating Facebook API access token.
Constructor.
| Registry | $options | JFacebookOauth options object. |
| JHttp | $client | The HTTP client object. |
| JInput | $input | The input object. |
Références $client, $input, $options, et Registry\def().
| getScope | ( | ) |
Method to get the current scope
| setScope | ( | $scope | ) |
Method used to set permissions.
| string | $scope | Comma separated list of permissions. |
|
protected |