From 57d936d692e6a74e643de6bdb077a196b4067732 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 23 Apr 2012 17:30:24 -0300 Subject: [PATCH] Update flickr doc mentioning permissions error case. --- README.rst | 12 +++++++++--- doc/backends/flickr.rst | 6 ++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8ce0b83..c80a2d0 100644 --- a/README.rst +++ b/README.rst @@ -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 ^^^^^^^^^ diff --git a/doc/backends/flickr.rst b/doc/backends/flickr.rst index 0283ae9..d382f2f 100644 --- a/doc/backends/flickr.rst +++ b/doc/backends/flickr.rst @@ -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/ -- 2.39.5