sst89 / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

FlickrService.getLoginURL shouldn't take frob as argument #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by Jiayao...@gmail.com on 21 Oct 2007 at 8:44

GoogleCodeExporter commented 8 years ago
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"] );

Original comment by Jiayao...@gmail.com on 21 Oct 2007 at 9:49

GoogleCodeExporter commented 8 years ago
I use this library for web authentication, and come across with that mentioned 
frob
problem, will you please give some advice on fixing it?

Original comment by myy...@gmail.com on 12 Nov 2007 at 9:46

GoogleCodeExporter commented 8 years ago
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.

Original comment by Jiayao...@gmail.com on 12 Nov 2007 at 10:44