• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Twitter REST API Method: oauth authorize

Page history last edited by Raffi Krikorian 13 years, 11 months ago

<< Back to Twitter API Documentation

 

oauth/authorize

Allows a Consumer application to use an OAuth Request Token to request user authorization. This method fulfills Section 6.2 of the OAuth 1.0 authentication flow. Desktop applications must use this method (and cannot use oauth/authenticate).

 

URL:

http://api.twitter.com/oauth/authorize

 

Formats: 

OAuth HTTP Authorization Scheme

 

HTTP Method(s):

GET 

 

API rate limited (about rate limiting):

false 

 

Parameters:

 

Usage notes:

 

Usage examples: 

PHP:

TwitterOAuthLib; documentation; live demo, by @abraham

epicode; documentation; by @jmathai

PHP PECL Twitter example

 

Python:

Google App Engine example; live demo; by @tav and @tweetpros

Django example; by @dougireton

 

Ruby

Twitter Ruby on Rails OAuth tutorial

OAuth REST API client library; live demo, by @moomerman

 

.NET

OAuth with .NET; live demo, by @swhitley 

 

          Do you have an example to share in the language of your choice? Please share!

 

<< Back to Twitter API Documentation

 

Comments (0)

You don't have permission to comment on this page.