The OAuth class
Einführung
The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources.
Klassenbeschreibung
OAuth
OAuth
{
/* Methods */
__construct
( string $consumer_key
, string $consumer_secret
[, string $signature_method
[, string $auth_type
]] )
public bool fetch
( string $protected_resource_url
[, array &$extra_parameters
[, int &$http_method
]] )
}Inhaltsverzeichnis
- OAuth::__construct — Create a new OAuth object
- OAuth::disableDebug — Turn off verbose debugging
- OAuth::enableDebug — Turn on verbose debugging
- OAuth::fetch — Fetch an OAuth protected resource
- OAuth::getAccessToken — The getAccessToken purpose
- OAuth::getLastResponse — Get the last response
- OAuth::getLastResponseInfo — Get HTTP information about the last response
- OAuth::getRequestToken — Fetch a request token
- OAuth::setAuthType — The setAuthType purpose
- OAuth::setNonce — Set the nonce for subsequent requests
- OAuth::setToken — Sets the token and secret
- OAuth::setVersion — Set the OAuth version

