'SECERT' --> 'SECRET'
This commit is contained in:
Natan L 2013-12-15 20:28:43 -08:00
parent 0937fbe929
commit d5dfcb7e86

View file

@ -98,7 +98,7 @@ Once you have the final user tokens, store them in a database for later use!
.. code-block:: python
OAUTH_TOKEN = final_step['oauth_token']
OAUTH_TOKEN_SECERT = final_step['oauth_token_secret']
OAUTH_TOKEN_SECRET = final_step['oauth_token_secret']
.. _oauth2: