Fix typo
'SECERT' --> 'SECRET'
This commit is contained in:
parent
0937fbe929
commit
d5dfcb7e86
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue