downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

OAuth::__construct> <oauth_urlencode
[edit] Last updated: Fri, 10 Feb 2012

view this page in

La classe OAuth

(No version information available, might only be in SVN)

Introduction

L'extension OAuth fournit une interface simple pour interagir avec des fournisseur de données, en utilisant les spécifications OAuth HTTP pour protéger les ressources.

Synopsis de la classe

OAuth {
/* Propriétés */
public $OAuth->debug ;
public $sslChecks ;
public $debugInfo ;
/* Méthodes */
public OAuth::__construct ( string $consumer_key , string $consumer_secret [, string $signature_method = OAUTH_SIG_METHOD_HMACSHA1 [, int $auth_type = 0 ]] )
public void OAuth::__destruct ( void )
public bool OAuth::disableDebug ( void )
public bool OAuth::disableRedirects ( void )
public bool OAuth::disableSSLChecks ( void )
public bool OAuth::enableDebug ( void )
public bool OAuth::enableRedirects ( void )
public bool OAuth::enableSSLChecks ( void )
public mixed OAuth::fetch ( string $protected_resource_url [, array $extra_parameters [, string $http_method [, array $http_headers ]]] )
public string OAuth::generateSignature ( string $http_method , string $url [, mixed $extra_parameters ] )
public array OAuth::getAccessToken ( string $access_token_url [, string $auth_session_handle [, string $verifier_token ]] )
public array OAuth::getCAPath ( void )
public string OAuth::getLastResponse ( void )
public string OAuth::getLastResponseHeaders ( void )
public array OAuth::getLastResponseInfo ( void )
public string OAuth::getRequestHeader ( string $http_method , string $url [, mixed $extra_parameters ] )
public array OAuth::getRequestToken ( string $request_token_url [, string $callback_url ] )
public mixed OAuth::setAuthType ( int $auth_type )
public mixed OAuth::setCAPath ([ string $ca_path [, string $ca_info ]] )
public mixed OAuth::setNonce ( string $nonce )
public void OAuth::setRequestEngine ( int $reqengine )
public mixed OAuth::setRSACertificate ( string $cert )
public bool OAuth::setSSLChecks ( int $sslcheck )
public mixed OAuth::setTimestamp ( string $timestamp )
public bool OAuth::setToken ( string $token , string $token_secret )
public bool OAuth::setVersion ( string $version )
}

Propriétés

debug

sslChecks

debugInfo

Sommaire



add a note add a note User Contributed Notes OAuth
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites