Solr search is not available. Your search is being redirected.

GET oauth/authenticate

Updated on Fri, 2013-04-12 07:32

Allows a Consumer application to use an OAuth request_token to request user authorization.

This method is a replacement of Section 6.2 of the OAuth 1.0 authentication flow for applications using the callback authentication flow. The method will use the currently logged in user as the account for access authorization unless the force_login parameter is set to true.

Please use HTTPS for this method, and all other OAuth token negotiation steps.

This method differs from GET oauth/authorize in that if the user has already granted the application permission, the redirect will occur without the user having to re-approve the application. To realize this behavior, you must enable the Use Sign in with Twitter setting on your application record.

Resource URL

https://api.twitter.com/oauth/authenticate

Parameters

force_login optional

Forces the user to enter their credentials to ensure the correct users account is authorized.

Example Values: true

screen_name optional

Prefills the username input box of the OAuth login screen with the given value.

Example Request

Send the user to the oauth/authenticate step in a web browser, including an oauth_token parameter:
https://api.twitter.com/oauth/authenticate?oauth_token=Z6eEdO8MOmk394WozF5oKyuAv855l4Mlqo7hhlSLik