Builds the authorization URI.

Declaration Syntax
public static Uri BuildAuthorizationUri(
string requestToken,
bool authenticate
)
Public Shared Function BuildAuthorizationUri ( _
requestToken As String, _
authenticate As Boolean _
) As Uri

Parameters
- requestToken (String)
- The request token.
- authenticate (Boolean)
- if set to true, the authenticate url will be used. (See: "Sign in with Twitter")

Return Value
Assembly:
Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)