In Django or other web frameworks, you might want to store it to a session variable.. code-block:: python OAUTH_TOKEN = auth['oauth_token'] OAUTH_TOKEN_SECRET = auth['oauth_token_secret']Send the user to the authentication url, you can obtain it by accessing.. code-block:: python auth['auth_url']Handling the Callback^^^^^^^^^^^^^^^^^^^^^ If your application is a Desktop or Mobile Application *oaut