Merge pull request #265 from fredrikmollerstrand/typo-fix
fix typo of APP_SECRET [ci skip]
This commit is contained in:
commit
acf6063fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ Obtain an OAuth 2 Access Token
|
|||
.. code-block:: python
|
||||
|
||||
APP_KEY = 'YOUR_APP_KEY'
|
||||
APP_SECET = 'YOUR_APP_SECRET'
|
||||
APP_SECRET = 'YOUR_APP_SECRET'
|
||||
|
||||
twitter = Twython(APP_KEY, APP_SECRET, oauth_version=2)
|
||||
ACCESS_TOKEN = twitter.obtain_access_token()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue