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
Last updated: Fri, 13 Nov 2009

view this page in

OAuth クラス

導入

OAuth 拡張モジュールは、データプロバイダとやりとりするためのシンプルなインターフェイスを提供します。 OAuth HTTP 仕様を用いることで、プライベートなリソースを保護します。

クラス概要

OAuth
OAuth {
/* メソッド */
__construct ( string $consumer_key , string $consumer_secret [, string $signature_method [, string $auth_type ]] )
public bool disableDebug ( void )
public bool disableSSLChecks ( void )
public bool enableDebug ( void )
public bool enableSSLChecks ( void )
public bool fetch ( string $protected_resource_url [, array $extra_parameters [, int $http_method [, array $http_headers ]]] )
public array getAccessToken ( string $access_token_url [, string $verifier_token ] )
public string getLastResponse ( void )
public array getLastResponseInfo ( void )
public array getRequestToken ( string $request_token_url , string $callback_url )
public bool setAuthType ( string $auth_type )
public bool setNonce ( string $nonce )
public bool setToken ( string $token , string $token_secret )
public bool setVersion ( string $version )
}

目次



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

OAuth::__construct> <oauth_urlencode
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites