Tests and documentation
This commit is contained in:
parent
173adee4a6
commit
3c637ddc7d
6 changed files with 71 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ You'll want to extract the ``oauth_verifier`` from the url.
|
|||
Django example:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
oauth_verifier = request.GET['oauth_verifier']
|
||||
|
||||
Now that you have the ``oauth_verifier`` stored to a variable, you'll want to create a new instance of Twython and grab the final user tokens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue