Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flickr API error when oauth

Tags:

flickr

When accepting my flickr app, I get the following error message: "Oops! Flickr doesn't recognise the permission set."

It seems I am not alone with this problem, see Yang and Yun's Album's on this discussion.

Any help very much aprreciated,

Thanks

like image 328
jlezard Avatar asked Jun 29 '11 07:06

jlezard


1 Answers

I ran to the same problem and the solution for me was to add optional "perms" parameter to the authorize request:

http://www.flickr.com/services/oauth/authorize?oauth_token=7...2&perms=write

Hope it will work for you too :)

like image 122
Milos Blasko Avatar answered Nov 01 '22 00:11

Milos Blasko