douglashowe / as3flickrlib

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

People.getInfo doesn't return iconfarm (and User doesn't store iconfarm) #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using People.getInfo

What is the expected output? What do you see instead?
You would expect to get the iconfarm number.
http://www.flickr.com/services/api/flickr.people.getInfo.html

What version of the product are you using? 
0.87

Please provide any additional information below.
The solution is simple.
Add an iconFarm getter and setter to User.
Add the following line to MethodGroupHelper
user.iconFarm = parseInt( xml.person.@iconfarm );

Original issue reported on code.google.com by theo.lag...@gmail.com on 14 Apr 2008 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 26 Aug 2008 at 5:24

GoogleCodeExporter commented 8 years ago
Fixed in source revision #36. Thanks for reporting.

Original comment by mikechambers on 26 Aug 2008 at 5:35