oauth 时 Flickr API 错误
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,我的解决方案是向授权请求添加可选的“perms”参数:
http://www.flickr.com/services/oauth/authorize?oauth_token=7...2&perms=write
希望它也对你有用:)
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 :)