Returns the URL that the user should be directed to in order to
upgrade the Request Token to a Access Token.
| C# | Visual Basic | Visual C++ |
public Uri GetRedirect( Uri callbackUri, RequestToken token, NameValueCollection args )
Public Function GetRedirect ( _ callbackUri As Uri, _ token As RequestToken, _ args As NameValueCollection _ ) As Uri
public: Uri^ GetRedirect( Uri^ callbackUri, RequestToken^ token, NameValueCollection^ args )
- callbackUri (Uri)
- Optional URL that the user will be directed to when finished.
- token (RequestToken)
- The Request Token to upgrade.
- args (NameValueCollection)
- Optional additional arguments to include in the request.
The redirect URL.