Twitterizer 2 Documentation
GetRequestToken Method (consumerKey, consumerSecret, callbackAddress, proxy)
NamespacesTwitterizerOAuthUtilityGetRequestToken(String, String, String, WebProxy)
Gets a new OAuth request token from the twitter api.
Declaration Syntax
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
Parameters
consumerKey (String)
The consumer key.
consumerSecret (String)
The consumer secret.
callbackAddress (String)
The callback address. For PIN-based authentication "oob" should be supplied.
proxy (WebProxy)
The proxy.
Return Value
A new OAuthTokenResponse instance.

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