Perform the Access Token phase of OAuth, invoking function
(defaulting to "access_token" if function
is NULL).
verifier
is only used if you are using OAuth 1.0a. This is either the "oauth_verifier" parameter that was passed to your
callback URI, or a string that the user enters in some other manner (for example in a popup dialog) if "oob" was passed to
request_token. For OAuth 1.0, pass null
.
this |
an OAuthProxy |
function |
the function name to invoke |
verifier |
the verifier |
|