| Issue 17: | FlickrService.getLoginURL shouldn't take frob as argument | |
| 1 person starred this issue and may be notified of changes. | Back to list |
According to http://flickr.com/services/api/auth.howto.web.html, the frob is obtained after the user is successfully logged in. Is this API broken because of a change in Flickr authentication process? If you guys think this is indeed a bug, assign to me and I will fix it. |
|
,
Oct 21, 2007
Sorry, I didn't realise this library is following the non-web authentication process. Please ignore the bug. However there is a bug in the test code ManualFlickrTest.mxml line 121 should be: frob = String( event.data["frob"] ); |
|
,
Nov 12, 2007
I use this library for web authentication, and come across with that mentioned frob problem, will you please give some advice on fixing it? |
|
,
Nov 12, 2007
This library uses the non web authentication process. See the documentation in http://www.flickr.com/services/api/auth.howto.desktop.html Also see ManualFlickrTest.mxml that comes with the library for example code. |
|
|
|