[Python-modules-commits] [python-social-auth] 49/71: Add instagram authentication backend to docs

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 27a6bca417c2abc27643eea3c61c13d2aa4f2a3c
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Mon Nov 23 18:38:36 2015 -0300

    Add instagram authentication backend to docs
---
 docs/backends/instagram.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/backends/instagram.rst b/docs/backends/instagram.rst
index 34163eb..ccbcf1d 100644
--- a/docs/backends/instagram.rst
+++ b/docs/backends/instagram.rst
@@ -5,6 +5,14 @@ Instagram uses OAuth v2 for Authentication.
 
 - Register a new application at the `Instagram API`_, and
 
+- Add instagram backend to ``AUTHENTICATION_SETTINGS``::
+
+      AUTHENTICATION_SETTINGS = (
+        ...
+        'social.backends.insagram.InstagramOAuth2',
+        ...
+      )
+
 - fill ``Client Id`` and ``Client Secret`` values in the settings::
 
       SOCIAL_AUTH_INSTAGRAM_KEY = ''

-- 
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