PHP » GoLang |
login |
register |
about
|
GoLang OAuth::getAccessToken
request it (298)
GoLang replacement for PHP's OAuth::getAccessToken
[edit | history]
OAuth::getAccessToken(PECL OAuth >= 0.99.1) OAuth::getAccessToken — Fetch an access token Description
public array OAuth::getAccessToken
( string
$access_token_url
[, string $auth_session_handle
[, string $verifier_token
[, string $http_method
]]] )Fetch an access token, secret and any additional response parameters from the service provider. Parameters
Return Values
Returns an array containing the parsed OAuth response on success or Changelog
Examples
Example #1 OAuth::getAccessToken() example
<?php The above example will output something similar to: Array ( [oauth_token] => some_token [oauth_token_secret] => some_token_secret ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|