ritamnrg / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

xml client call to users_getInfo returns null #308

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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