What steps will reproduce the problem?
1. create a FacebookXmlRestClient client object
FacebookXmlRestClient client = new FacebookXmlRestClient(info.getApiKey(),
keyMap.get(key));
2. call the method
Document userInfo = client.users_getInfo(uIds, EnumSet.copyOf(Arrays.asList(
ProfileField.NAME)));
3. the value of userInfo is null
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
3.0.2
Please provide any additional information below.
it used to work prior to facebook's apr7th release
Original issue reported on code.google.com by aliem...@gmail.com on 7 Apr 2010 at 9:23
Original issue reported on code.google.com by
aliem...@gmail.com
on 7 Apr 2010 at 9:23