| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
OAuth クラス(PECL OAuth >= 0.99.1) はじめにOAuth 拡張モジュールは、データプロバイダとやりとりするためのシンプルなインターフェイスを提供します。 OAuth HTTP 仕様を用いることで、プライベートなリソースを保護します。 クラス概要
OAuth
{
/* プロパティ */
public
$debug
;
public
$sslChecks
;
public
$debugInfo
;
/* メソッド */
public __construct
( string
$consumer_key
, string $consumer_secret
[, string $signature_method = OAUTH_SIG_METHOD_HMACSHA1
[, int $auth_type = 0
]] )
public mixed fetch
( string
$protected_resource_url
[, array $extra_parameters
[, string $http_method
[, array $http_headers
]]] )
public array getAccessToken
( string
$access_token_url
[, string $verifier_token
[, string $http_method
]] )
public array getRequestToken
( string
}$request_token_url
[, string $callback_url
[, string $http_method
]] )プロパティ
目次
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「OAuth クラス」をGoogle検索
|