Allows OAuth applications to directly exchange Twitter usernames and passwords for OAuth access tokens and secrets.
| 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
A OAuthTokenResponse instance.