sst89 / as3flickrlib

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

Missing "OriginalSecret" property when parsing photo #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. For example, call photos.getInfo(id, secret)

What is the expected output? What do you see instead?
The Result data is a Photo object.  It should have the OriginalSecret
property populated, but it is null.

Please provide any additional information below.
Just need to add this line to
com.adobe.webapis.flickr.methodgroups.MethodGroupHelpers ...
photo.originalSecret = xml.photo.@originalsecret.toString();

Original issue reported on code.google.com by sleekdig...@gmail.com on 12 Mar 2009 at 3:31

GoogleCodeExporter commented 8 years ago
are you sure you have access to the originalsecret for the photo in question? 
Check
to see if you can download the full sized image for that photo...if not, you 
don't
have access.

Original comment by rob.kun...@gmail.com on 11 Apr 2009 at 1:24

GoogleCodeExporter commented 8 years ago
Yes, adding the code as in my previous post fixed it

Original comment by sleekdig...@gmail.com on 12 Apr 2009 at 12:13