]> git.parisson.com Git - django-social-auth.git/commitdiff
Small clarification about github conf. Refs #241
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 7 Feb 2012 14:59:42 +0000 (12:59 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 7 Feb 2012 14:59:42 +0000 (12:59 -0200)
README.rst
doc/backends/github.rst

index 9deebfae4d26cbfedf35c52363c0acc6d4887559..82a5c28824d3e91500ee1ef54b9296fd5a102761 100644 (file)
@@ -712,14 +712,15 @@ GitHub
 ------
 GitHub works similar to Facebook (OAuth).
 
-- Register a new application at `GitHub Developers`_, and
+- Register a new application at `GitHub Developers`_, set your site domain as
+  the callback URL or it might cause some troubles when associating accounts,
 
-- fill ``App Id`` and ``App Secret`` values in the settings::
+- Fill ``App Id`` and ``App Secret`` values in the settings::
 
       GITHUB_APP_ID = ''
       GITHUB_API_SECRET = ''
 
-- also it's possible to define extra permissions with::
+- Also it's possible to define extra permissions with::
 
      GITHUB_EXTENDED_PERMISSIONS = [...]
 
index ea46e469df957eb473e8b67a409c7cc397688aef..293542bdaf68a0b44bc7b8d71747a4f52a6e2681 100644 (file)
@@ -2,16 +2,16 @@ GitHub
 ======
 Github works similar to Facebook (OAuth).
 
-- Register a new application at `GitHub Developers`_, and
+- Register a new application at `GitHub Developers`_, set your site domain as
+  the callback URL or it might cause some troubles when associating accounts,
 
-- fill ``App Id`` and ``App Secret`` values in the settings::
+- Fill ``App Id`` and ``App Secret`` values in the settings::
 
       GITHUB_APP_ID = ''
       GITHUB_API_SECRET = ''
 
-- also it's possible to define extra permissions with::
+- Also it's possible to define extra permissions with::
 
      GITHUB_EXTENDED_PERMISSIONS = [...]
 
-
 .. _GitHub Developers: https://github.com/account/applications/new