douglashowe / as3flickrlib

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

The People Class's getUploadStatus method issue #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I call this method, I will get a fail response.

I think this method lost the auth_token and api_sig arguments.

see
http://www.flickr.com/services/api/explore/?method=flickr.people.getUploadStatus
.

My fix is in the attachment.

Original issue reported on code.google.com by harryz...@gmail.com on 27 Jan 2009 at 4:51

Attachments:

GoogleCodeExporter commented 8 years ago
Oh it's my fault, I should set FlickrService's token and permission property 
before
call getUploadStatus method.

Original comment by harryz...@gmail.com on 1 Feb 2009 at 6:47