Gets a new OAuth request token from the twitter api.
| C# | Visual Basic |
public static OAuthTokenResponse GetRequestToken( string consumerKey, string consumerSecret, string callbackAddress, WebProxy proxy )
Public Shared Function GetRequestToken ( _ consumerKey As String, _ consumerSecret As String, _ callbackAddress As String, _ proxy As WebProxy _ ) As OAuthTokenResponse
A new OAuthTokenResponse instance.