[Python-modules-commits] [python-social-auth] 01/06: Docs updates
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:16:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.17
in repository python-social-auth.
commit 3e55b45c8766f183c85b70cbbfa7bad1cf50c3d7
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Wed Apr 13 14:52:47 2016 -0300
Docs updates
---
docs/backends/arcgis.rst | 4 ++--
docs/backends/index.rst | 1 -
docs/backends/pinterest.rst | 12 ++++++------
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/docs/backends/arcgis.rst b/docs/backends/arcgis.rst
index 1ab43a2..b325781 100644
--- a/docs/backends/arcgis.rst
+++ b/docs/backends/arcgis.rst
@@ -1,5 +1,5 @@
ArcGIS
-=====
+======
ArcGIS uses OAuth2 for authentication.
@@ -7,7 +7,7 @@ ArcGIS uses OAuth2 for authentication.
OAuth2
-------------
+------
1. Add the OAuth2 backend to your settings page::
diff --git a/docs/backends/index.rst b/docs/backends/index.rst
index 97cf5fb..7e3a235 100644
--- a/docs/backends/index.rst
+++ b/docs/backends/index.rst
@@ -64,7 +64,6 @@ Social backends
coinbase
coursera
dailymotion
- deezer
digitalocean
disqus
docker
diff --git a/docs/backends/pinterest.rst b/docs/backends/pinterest.rst
index d55be1c..7c18ab0 100644
--- a/docs/backends/pinterest.rst
+++ b/docs/backends/pinterest.rst
@@ -1,7 +1,7 @@
Pinterest
=========
-Pinterest implemented OAuth2 protocol for their authentication mechanism.
+Pinterest implemented OAuth2 protocol for their authentication mechanism.
To enable ``python-social-auth`` support follow this steps:
1. Go to `Pinterest developers zone`_ and create an application.
@@ -11,9 +11,9 @@ To enable ``python-social-auth`` support follow this steps:
SOCIAL_AUTH_PINTEREST_KEY = '...'
SOCIAL_AUTH_PINTEREST_SECRET = '...'
SOCIAL_AUTH_PINTEREST_SCOPE = [
- 'read_public',
- 'write_public',
- 'read_relationships',
+ 'read_public',
+ 'write_public',
+ 'read_relationships',
'write_relationships'
]
@@ -25,5 +25,5 @@ To enable ``python-social-auth`` support follow this steps:
...
)
-.. _Pinterest Apps Console: https://developers.pinterest.com/apps/
-.. _Pinterest Documentation: https://developers.pinterest.com/docs/
+.. _Pinterest developers zone: https://developers.pinterest.com/apps/
+.. _Pinterest Documentation: https://developers.pinterest.com/docs/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list