Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
6385c3bf
Commit
6385c3bf
authored
Nov 05, 2016
by
Aaron Hill
Committed by
GitHub
Nov 05, 2016
Browse files
Merge pull request #799 from vatsalparekh/master
Update in the Documentation about 'oauth_token'
parents
d21fbbe5
368cee2a
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/auth_tutorial.rst
View file @
6385c3bf
...
...
@@ -93,7 +93,8 @@ treasure box. To fetch this token we do the following::
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
token = session.get('request_token')
session.delete('request_token')
auth.request_token = token
auth.request_token = { 'oauth_token' : token,
'oauth_token_secret' : verifier }
try:
auth.get_access_token(verifier)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment