Update README.rst
This commit is contained in:
parent
429c77c810
commit
f22dcebbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ Now that you have the ``oauth_verifier`` stored to a variable, you'll want to cr
|
|||
Once you have the final user tokens, store them in a database for later use!::
|
||||
|
||||
OAUTH_TOKEN = final_step['oauth_token']
|
||||
OAUTH_TOKEN_SECERT = final_step['oauth_token_secret']
|
||||
OAUTH_TOKEN_SECRET = final_step['oauth_token_secret']
|
||||
|
||||
For OAuth 2 (Application Only, read-only) authentication, see `our documentation <https://twython.readthedocs.org/en/latest/usage/starting_out.html#oauth-2-application-authentication>`_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue