codenitive / laravel-oneauth

OAuth and OAuth2 Auth bundle for Laravel
http://bundles.laravel.com/bundle/oneauth
MIT License
86 stars 16 forks source link

Problem with login Flickr. #25

Closed ajmarmar closed 12 years ago

ajmarmar commented 12 years ago

Hi,

I use your bundle for authentificate with flickr, but when connect with flickr and give me access, the flickr give me a error of permission.

The error: Oh! Flickr does not recognize the permission set.

My key flickr and secret are corrects.

ajmarmar commented 12 years ago

as an upgrade, you can put that kind of permission you want, read-only (read) or write (write)

crynobone commented 12 years ago

Will look into this, I understand the issue but since Flickr require additional 'scope'/'permission' field will need to carefully implement this without affecting any other OAuth provider.

ajmarmar commented 12 years ago

yes, and I think that you set a callback variable into the url but this isn't necesary (I think) because in the flickr account you set the url callback and when you do access flickr redirect automatically

crynobone commented 12 years ago

callback url is part of OAuth 1.0 spec.

Sent from my iPhone

On 25/10/2012, at 6:33 PTG, "@jmarmar" notifications@github.com wrote:

yes, and I think that you set a callback variable into the url but this isn't necesary (I think) because in the flickr account you set the url callback and when you do access flickr redirect automatically

— Reply to this email directly or view it on GitHub.

crynobone commented 12 years ago

I probably have to drop support for Flickr, even by adding permission the whole OAuth process it unrealiable, see http://www.flickr.com/groups/api/discuss/72157628028927244/.

ajmarmar commented 12 years ago

OK, As you want, and them I'll create a new bundle for this purpose.

Greetings.

2012/10/25 Mior Muhammad Zaki notifications@github.com

I probably have to drop support for Flickr, even by adding permission the whole OAuth process it unrealiable, see http://www.flickr.com/groups/api/discuss/72157628028927244/.

— Reply to this email directly or view it on GitHubhttps://github.com/codenitive/laravel-oneauth/issues/25#issuecomment-9778195.