Update OAuth 2 doc link
[ci skip]
This commit is contained in:
parent
f76f598142
commit
ef52bf4119
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ Once you have the final user tokens, store them in a database for later use!::
|
||||||
OAUTH_TOKEN = final_step['oauth_token']
|
OAUTH_TOKEN = final_step['oauth_token']
|
||||||
OAUTH_TOKEN_SECERT = final_step['oauth_token_secret']
|
OAUTH_TOKEN_SECERT = 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>`_
|
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>`_
|
||||||
|
|
||||||
Dynamic Function Arguments
|
Dynamic Function Arguments
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue