]> git.parisson.com Git - django-social-auth.git/commitdiff
Doc fix
authorMatías Aguirre <matiasaguirre@gmail.com>
Fri, 26 Aug 2011 02:41:26 +0000 (23:41 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Fri, 26 Aug 2011 02:41:26 +0000 (23:41 -0300)
README.rst
doc/backends/google.rst

index e9fdce3fa0c90537e71cb2e4fa0e83362d1d4389..5017de1c3884dbbcf846493768fe885cd5149e41 100644 (file)
@@ -509,12 +509,16 @@ an application and apply for a set of keys. Check `Google OAuth2`_ document for
 
 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 = [...]
index c27def7474365c67fc967747805f8cb40187720f..eafd856cc3b9d7bd0105686b2fe80d36650ec646 100644 (file)
@@ -49,12 +49,16 @@ an application and apply for a set of keys. Check `Google OAuth2`_ document for
 
 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 = [...]