fix typo of APP_SECRET
This commit is contained in:
parent
1a963ef020
commit
21ce7edc2b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ Obtain an OAuth 2 Access Token
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
APP_KEY = 'YOUR_APP_KEY'
|
APP_KEY = 'YOUR_APP_KEY'
|
||||||
APP_SECET = 'YOUR_APP_SECRET'
|
APP_SECRET = 'YOUR_APP_SECRET'
|
||||||
|
|
||||||
twitter = Twython(APP_KEY, APP_SECRET, oauth_version=2)
|
twitter = Twython(APP_KEY, APP_SECRET, oauth_version=2)
|
||||||
ACCESS_TOKEN = twitter.obtain_access_token()
|
ACCESS_TOKEN = twitter.obtain_access_token()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue