Skip to content

Commit

Permalink
Update docs regarding yahoo keys. Refs #43
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Oct 2, 2013
1 parent 4bcac6a commit 91d86d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/yahoo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OAuth 1.0 workflow, useful if you are planning to use Yahoo's API.

- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::

SOCIAL_AUTH_YAHOO_KEY = ''
SOCIAL_AUTH_YAHOO_SECRET = ''
SOCIAL_AUTH_YAHOO_OAUTH_KEY = ''
SOCIAL_AUTH_YAHOO_OAUTH_SECRET = ''

.. _Yahoo Developer Center: https://developer.apps.yahoo.com/projects/

0 comments on commit 91d86d9

Please sign in to comment.