Tests and documentation

This commit is contained in:
Mike Helmick 2013-06-27 19:20:43 -04:00
parent 173adee4a6
commit 3c637ddc7d
6 changed files with 71 additions and 3 deletions

View file

@ -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