]> git.parisson.com Git - django-social-auth.git/commitdiff
Update flickr doc mentioning permissions error case.
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 23 Apr 2012 20:30:24 +0000 (17:30 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 23 Apr 2012 20:30:24 +0000 (17:30 -0300)
README.rst
doc/backends/flickr.rst

index 8ce0b83fe40c400fe2737dc928bddc8323a553fc..c80a2d02395f9006dd9ad9ded5955809e4440a0d 100644 (file)
@@ -841,7 +841,7 @@ GitHub works similar to Facebook (OAuth).
 - Also it's possible to define extra permissions with::
 
     GITHUB_EXTENDED_PERMISSIONS = [...]
-     
+
 Bitbucket
 ^^^^^^^^^
 
@@ -876,8 +876,14 @@ Flickr uses OAuth v1.0 for authentication.
 
 - fill ``Key`` and ``Secret`` values in the settings::
 
-      FLICKR_APP_ID = ''
-      FLICKR_API_SECRET = ''
+    FLICKR_APP_ID = ''
+    FLICKR_API_SECRET = ''
+
+- Flickr might show a messages saying "Oops! Flickr doesn't recognise the
+  permission set.", if encountered with this error, just define this setting::
+
+    FLICKR_AUTH_EXTRA_ARGUMENTS = {'perms':'read'}
+
 
 BrowserID
 ^^^^^^^^^
index 0283ae99cedd9b9fff5e8fab61514b6cdc9aa1e5..d382f2f07786484a63c5f0ca77aa362d9d9d0ee7 100644 (file)
@@ -9,4 +9,10 @@ Flickr uses OAuth v1.0 for authentication.
       FLICKR_APP_ID = ''
       FLICKR_API_SECRET = ''
 
+- Flickr might show a messages saying "Oops! Flickr doesn't recognise the
+  permission set.", if encountered with this error, just define this setting::
+
+    FLICKR_AUTH_EXTRA_ARGUMENTS = {'perms':'read'}
+
+
 .. _Flickr App Garden: http://www.flickr.com/services/apps/create/