Twitterizer 2 Documentation
GetRequestToken Method (consumerKey, consumerSecret, callbackAddress, proxy, timeout, function)
NamespacesTwitterizerOAuthUtilityAsyncGetRequestToken(String, String, String, WebProxy, TimeSpan, Action<(Of <<'(OAuthTokenResponse>)>>))
Gets a new OAuth request token from the twitter api.
Declaration Syntax
C#Visual Basic
public static IAsyncResult GetRequestToken(
	string consumerKey,
	string consumerSecret,
	string callbackAddress,
	WebProxy proxy,
	TimeSpan timeout,
	Action<OAuthTokenResponse> function
)
Public Shared Function GetRequestToken ( _
	consumerKey As String, _
	consumerSecret As String, _
	callbackAddress As String, _
	proxy As WebProxy, _
	timeout As TimeSpan, _
	function As Action(Of OAuthTokenResponse) _
) As IAsyncResult
Parameters
consumerKey (String)
The consumer key.
consumerSecret (String)
The consumer secret.
callbackAddress (String)
Address of the callback.
proxy (WebProxy)
The proxy.
timeout (TimeSpan)
The timeout.
function (Action<(Of <(<'OAuthTokenResponse>)>)>)
The function.
Return Value
A new OAuthTokenResponse instance.

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)