update : 2015.11.03
php.shukuma.com검색:
|
OAuth::getRequestToken(PECL OAuth >= 0.99.1) OAuth::getRequestToken — Fetch a request token 설명
public array OAuth::getRequestToken
( string
$request_token_url
[, string $callback_url
[, string $http_method
]] )Fetch a request token, secret and any additional response parameters from the service provider. 인수
반환값
Returns an array containing the parsed OAuth response on success or 변경점
예제
Example #1 OAuth::getRequestToken() example
<?php 위 예제의 출력 예시: Array ( [oauth_token] => some_token [oauth_token_secret] => some_token_secret ) 참고
|