1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
ThisIsMyJam
===========
ThisIsMyJam uses OAuth1 for its auth mechanism.
- Register a new application at `ThisIsMyJam App Registration`_, set your
application name, website and redirect URI.
- Fill ``Client Id`` and ``Client Secret`` values in the settings::
SOCIAL_AUTH_THISISMYJAM_KEY = ''
SOCIAL_AUTH_THISISMYJAM_SECRET = ''
Check the rest of their doc at `ThisIsMyJam API Docs`_.
.. _ThisIsMyJam App Registration: https://www.thisismyjam.com/developers
.. _ThisIsMyJam API Docs: https://www.thisismyjam.com/developers/docs
|