]> git.parisson.com Git - django-social-auth.git/commitdiff
Add instagram scope doc to avoid confusions. Refs #345
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 28 May 2012 13:20:43 +0000 (10:20 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 28 May 2012 13:20:43 +0000 (10:20 -0300)
README.rst
doc/backends/instagram.rst

index de123f41bbc19a9830270072e2c34b9b90b1d19b..ef730c1307f08a372ac1b371695464a928bb230c 100644 (file)
@@ -934,6 +934,10 @@ Instagram uses OAuth v2 for Authentication
       INSTAGRAM_CLIENT_ID = ''
       INSTAGRAM_CLIENT_SECRET = ''
 
+- extra scopes can be defined by using::
+
+    INSTAGRAM_AUTH_EXTRA_ARGUMENTS = {'scope': 'likes comments relationships'}
+
 .. note::
 
     Instagram only allows one callback url so you'll have to change your urls.py to
index 2bc42609d8f60d1fa3a19f42e7480777e5b3943c..2eed942a16ec7164f52b5c4cf598817c9f481071 100644 (file)
@@ -9,6 +9,10 @@ Instagram uses OAuth v2 for Authentication
       INSTAGRAM_CLIENT_ID = ''
       INSTAGRAM_CLIENT_SECRET = ''
 
+- extra scopes can be defined by using::
+
+    INSTAGRAM_AUTH_EXTRA_ARGUMENTS = {'scope': 'likes comments relationships'}
+
 *Note:*
 Instagram only allows one callback url so you'll have to change your urls.py to
 accomodate both ``/complete`` and ``/associate`` routes, for example by having