* `Vkontakte OAuth`_
* `MSN Live Connect OAuth2`_
* `Skyrock OAuth`_
+ * `Yahoo OAuth`_
- Basic user data population and signaling, to allows custom fields values
from providers response
'social_auth.backends.contrib.instagram.InstagramBackend',
'social_auth.backends.contrib.vkontakte.VkontakteBackend',
'social_auth.backends.contrib.skyrock.SkyrockBackend',
+ 'social_auth.backends.contrib.yahoo.YahooOAuthBackend',
'social_auth.backends.OpenIDBackend',
'social_auth.backends.contrib.bitbucket.BitbucketBackend',
'social_auth.backends.contrib.live.LiveBackend',
LIVE_CLIENT_SECRET = ''
SKYROCK_CONSUMER_KEY = ''
SKYROCK_CONSUMER_SECRET = ''
+ YAHOO_CONSUMER_KEY = ''
+ YAHOO_CONSUMER_SECRET = ''
- Setup login URLs::
SKYROCK_CONSUMER_KEY
SKYROCK_CONSUMER_SECRET
+Yahoo OAuth
+^^^^^^^^^^^
+
+OAuth 1.0 workflow, useful if you are planning to use Yahoo's API.
+
+- Register a new application at `Yahoo Developer Center`_, set your app domain and configure scopes (they can't be overriden by application).
+
+- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
+
+ YAHOO_CONSUMER_KEY = ''
+ YAHOO_CONSUMER_SECRET = ''
+
Testing
-------
- andrusha_ (Andrew Korzhuev)
- MSN Live Connect support
+ - Yahoo OAuth 1.0 support
- niQo_ (Nicolas QuiƩnot)
.. _Skyrock OAuth: http://www.skyrock.com/developer/
.. _Skyrock App Creation: https://www.skyrock.com/developer/application/
.. _Skyrock API Documentation: http://www.skyrock.com/developer/documentation/
+.. _Yahoo OAuth: http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html
+.. _Yahoo Developer Center: https://developer.apps.yahoo.com/projects/
vkontakte
live
skyrock
+ yahoo
\ No newline at end of file
--- /dev/null
+Yahoo OAuth
+===========
+OAuth 1.0 workflow, useful if you are planning to use Yahoo's API.
+
+- Register a new application at `Yahoo Developer Center`_, set your app domain and configure scopes (they can't be overriden by application).
+
+- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
+
+ YAHOO_CONSUMER_KEY = ''
+ YAHOO_CONSUMER_SECRET = ''
+
+.. _Yahoo Developer Center: https://developer.apps.yahoo.com/projects/
'social_auth.backends.contrib.vkontakte.VkontakteBackend',
'social_auth.backends.contrib.live.LiveBackend',
'social_auth.backends.contrib.skyrock.SkyrockBackend',
+ 'social_auth.backends.contrib.yahoo.YahooOAuthBackend',
'social_auth.backends.OpenIDBackend',
'django.contrib.auth.backends.ModelBackend',
)
LIVE_CLIENT_SECRET = ''
SKYROCK_CONSUMER_KEY = ''
SKYROCK_CONSUMER_SECRET = ''
+ YAHOO_CONSUMER_KEY = ''
+ YAHOO_CONSUMER_SECRET = ''
+
- Setup login URLs::
bedspax_
* Foursquare support
+andrusha_ (Andrew Korzhuev)
+ * MSN Live Connect support
+ * Yahoo OAuth 1.0 support
+
.. _caioariede: https://github.com/caioariede
.. _krvss: https://github.com/krvss
.. _jezdez: https://github.com/jezdez
.. _micrypt: https://github.com/micrypt
.. _djm: https://github.com/djm
.. _bernardokyotoku: https://github.com/bernardokyotoku
+.. _andrusha: https://github.com/andrusha
.. _maraujop: https://github.com/maraujop
.. _bedspax: https://github.com/bedspax
.. _python-oauth2: https://github.com/simplegeo/python-oauth2
* `Vkontakte OAuth`_
* `MSN Live Connect OAuth2`_
* `Skyrock OAuth`_
+ * `Yahoo OAuth`_
- Basic user data population and signaling, to allows custom fields values
from providers response
.. _Vkontakte OAuth: http://vk.com/developers.php?oid=-1&p=%D0%90%D0%B2%D1%82%D0%BE%D1%80%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F_%D1%81%D0%B0%D0%B9%D1%82%D0%BE%D0%B2
.. _MSN Live Connect OAuth2: http://msdn.microsoft.com/en-us/library/live/hh243647.aspx
.. _Skyrock OAuth: http://www.skyrock.com/developer/
+.. _Yahoo OAuth: http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html