From f22dcebbbbb319aaa484e7dcf0511f367e60a7fb Mon Sep 17 00:00:00 2001 From: Renan Cakirerk Date: Fri, 19 Sep 2014 01:48:37 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 143a277..e15e73c 100644 --- a/README.rst +++ b/README.rst @@ -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 `_