Twitterizer 2 Documentation
GetAccessTokens Method (consumerKey, consumerSecret, username, password)
NamespacesTwitterizerXAuthUtilityGetAccessTokens(String, String, String, String)
Allows OAuth applications to directly exchange Twitter usernames and passwords for OAuth access tokens and secrets.
Declaration Syntax
C#Visual Basic
public static OAuthTokenResponse GetAccessTokens(
	string consumerKey,
	string consumerSecret,
	string username,
	string password
)
Public Shared Function GetAccessTokens ( _
	consumerKey As String, _
	consumerSecret As String, _
	username As String, _
	password As String _
) As OAuthTokenResponse
Parameters
consumerKey (String)
The consumer key.
consumerSecret (String)
The consumer secret.
username (String)
The username.
password (String)
The password.
Return Value
A OAuthTokenResponse instance.

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