MrSwitch / hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect
https://adodson.com/hello.js/
MIT License
4.63k stars 548 forks source link

Flickr auth #197

Open ghost opened 9 years ago

ghost commented 9 years ago

I try to authorize in flickr api through hellojs. At first time I get page with yahoo auth form. Input my login and password. Then it redirects me to page https://www.flickr.com/signin/yahoo/?redir=%2Fservices%2Foauth%2Fauthorize%3Fperms%3Dread%26... with 502 error. Is it problem of hellojs or yahoo? Such bug is reproduced from hellojs demo page.

MrSwitch commented 9 years ago

I can login just fine at http://adodson.com/hello.js/demos/flickr.html

ghost commented 9 years ago

http://screencast.com/t/YAFCyAUQzl1t maybe it depends on some flickr or yahoo things

MrSwitch commented 9 years ago

Weird, that's a pretty bad bug with flickr (yahoo).

MrSwitch commented 9 years ago

@sahat can you shed light on this auth issue with Flickr?