From: Matías Aguirre Date: Mon, 23 Apr 2012 20:30:24 +0000 (-0300) Subject: Update flickr doc mentioning permissions error case. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=57d936d692e6a74e643de6bdb077a196b4067732;p=django-social-auth.git Update flickr doc mentioning permissions error case. --- 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/