Update README.rst #343

Merged
bit2pixel merged 1 commit from patch-1 into master 2014-10-30 08:08:52 -07:00

View file

@ -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!:: 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_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>`_ 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>`_