From d5b9812b4b025d1ae1e0e681f87d1ea5b687ea1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 28 May 2012 10:20:43 -0300 Subject: [PATCH] Add instagram scope doc to avoid confusions. Refs #345 --- README.rst | 4 ++++ doc/backends/instagram.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.rst b/README.rst index de123f4..ef730c1 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/backends/instagram.rst b/doc/backends/instagram.rst index 2bc4260..2eed942 100644 --- a/doc/backends/instagram.rst +++ b/doc/backends/instagram.rst @@ -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 -- 2.39.5