$key
$key :
RequestTokenを保持している状態のOAuthオブジェクト
RequestToken(\OAuth_Client $consumer, string $token, string $token_secret) : \OAuth_RequestToken
OAuthオブジェクトを,RequestTokenを保持したOAuthオブジェクトにして返す
\OAuth_Client | $consumer | |
string | $token | |
string | $token_secret |
AccessToken(\OAuth_Client $consumer, string $token, string $token_secret) : \OAuth_AccessToken
OAuthオブジェクトを,AccessTokenを保持したOAuthオブジェクトにして返す
\OAuth_Client | $consumer | |
string | $token | |
string | $token_secret |
buildRequest(string $url, array $params, string $method, string $http_method = 'GET') : string
APIのベースURL,パラメータ,APIのメソッド,HTTPリクエストメソッドから, リクエスト用のフルURLを作成
string | $url | ( base url ) |
array | $params | |
string | $method | ( signature method ) |
string | $http_method |
complete url