Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (Registry $options=null, JHttp $client=null, JInput $input=null) | |
verifyCredentials () | |
validateResponse ($url, $response) | |
setScope ($scope) | |
getScope () | |
Fonctions membres publiques hérités de JOAuth1Client | |
__construct (Registry $options=null, JHttp $client=null, JInput $input=null, JApplicationWeb $application=null, $version=null) | |
authenticate () | |
oauthRequest ($url, $method, $parameters, $data=array(), $headers=array()) | |
validateResponse ($url, $response) | |
toUrl ($url, $parameters) | |
safeEncode ($data) | |
verifyCredentials () | |
getOption ($key) | |
setOption ($key, $value) | |
getToken () | |
setToken ($token) | |
Attributs protégés | |
$options | |
Attributs protégés hérités de JOAuth1Client | |
$options | |
$token = array() | |
$client | |
$input | |
$application | |
$version | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de JOAuth1Client | |
static | generateNonce () |
Joomla Platform class for generating Linkedin API access token.
Constructor.
Registry | $options | JLinkedinOauth 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.
mixed | $scope | String or an array of string containing permissions. |
validateResponse | ( | $url, | |
$response | |||
) |
Method to validate a response.
string | $url | The request URL. |
JHttpResponse | $response | The response to validate. |
DomainException |
Références $url.
verifyCredentials | ( | ) |
Method to verify if the access token is valid by making a request to an API endpoint.
Références $data, $parameters, et $path.
|
protected |