To enable OAuth2 support:
-- fill ``Client Key`` and ``Client Secret`` settings, these values can be obtained
+- fill ``Client ID`` and ``Client Secret`` settings, these values can be obtained
easily as described on `OAuth2 Registering`_ doc::
GOOGLE_OAUTH2_CLIENT_KEY = ''
GOOGLE_OAUTH2_CLIENT_SECRET = ''
+ Take into account that ``GOOGLE_OAUTH2_CLIENT_KEY`` is the value referred as
+ ``Client ID`` on Google's doc, but ``django-social-auth`` uses ``*_KEY``
+ terminology on all backends to keep it consistent.
+
- scopes are shared between OAuth mechanisms::
GOOGLE_OAUTH_EXTRA_SCOPE = [...]
To enable OAuth2 support:
-- fill ``Client Key`` and ``Client Secret`` settings, these values can be obtained
+- fill ``Client ID`` and ``Client Secret`` settings, these values can be obtained
easily as described on `OAuth2 Registering`_ doc::
GOOGLE_OAUTH2_CLIENT_KEY = ''
GOOGLE_OAUTH2_CLIENT_SECRET = ''
+ Take into account that ``GOOGLE_OAUTH2_CLIENT_KEY`` is the value referred as
+ ``Client ID`` on Google's doc, but ``django-social-auth`` uses ``*_KEY``
+ terminology on all backends to keep it consistent.
+
- scopes are shared between OAuth mechanisms::
GOOGLE_OAUTH_EXTRA_SCOPE = [...]