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
Original issue reported on code.google.com by
theo.lag...@gmail.com
on 14 Apr 2008 at 6:44