OAuth
PHP Manual

The OAuth class

導入

The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources.

クラス概要

OAuth
OAuth {
/* Methods */
OAuth::__construct ( string $consumer_key , string $consumer_secret [, string $signature_method [, string $auth_type ]] )
public bool OAuth::fetch ( string $protected_resource_url [, array &$extra_parameters ] )
public array OAuth::getAccessToken ( string $access_token_url [, string $auth_session_handle ] )
public string OAuth::getLastResponse ( void )
public array OAuth::getLastResponseInfo ( void )
public array OAuth::getRequestToken ( string $request_token_url )
public bool OAuth::setAuthType ( string $auth_type )
public bool OAuth::setNonce ( string $nonce )
public bool OAuth::setToken ( string $token , string $token_secret )
public bool OAuth::setVersion ( string $version )
}

目次


OAuth
PHP Manual