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