Skip to content

Commit

Permalink
Twitter wants https now
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 6, 2012
1 parent 0684fc2 commit f655275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ relative URLs used in the remote app.
For Twitter the setup would look like this::

twitter = oauth.remote_app('twitter',
base_url='http://api.twitter.com/1/',
request_token_url='http://api.twitter.com/oauth/request_token',
access_token_url='http://api.twitter.com/oauth/access_token',
authorize_url='http://api.twitter.com/oauth/authenticate',
base_url='https://api.twitter.com/1/',
request_token_url='https://api.twitter.com/oauth/request_token',
access_token_url='https://api.twitter.com/oauth/access_token',
authorize_url='https://api.twitter.com/oauth/authenticate',
consumer_key='<your key here>',
consumer_secret='<your secret here>'
)
Expand Down

0 comments on commit f655275

Please sign in to comment.