update : 2015.11.03
php.shukuma.com검색:
|
The OAuth class(PECL OAuth >= 0.99.1) 소개The OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources. 클래스 개요
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 $auth_session_handle
[, string $verifier_token
[, string $http_method
]]] )
public array getRequestToken
( string
}$request_token_url
[, string $callback_url
[, string $http_method
]] )프로퍼티
Table of Contents
|