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, JApplicationWeb $application=null) | |
verifyCredentials () | |
endSession () | |
validateResponse ($url, $response) | |
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 Twitter API access token.
__construct | ( | Registry | $options = null , |
JHttp | $client = null , |
||
JInput | $input = null , |
||
JApplicationWeb | $application = null |
||
) |
Constructor.
Registry | $options | JTwitterOauth options object. |
JHttp | $client | The HTTP client object. |
JInput | $input | The input object. |
JApplicationWeb | $application | The application object. |
Références $client, $input, $options, et Registry\def().
endSession | ( | ) |
Ends the session of the authenticating user, returning a null cookie.
Références $parameters, et $path.
validateResponse | ( | $url, | |
$response | |||
) |
verifyCredentials | ( | ) |
Method to verify if the access token is valid by making a request.
Références $parameters, et $path.
|
protected |