What steps will reproduce the problem?
try {
FacebookXmlRestClient client = new FacebookXmlRestClient("xxx", "xxx",
"xxx");
client.friends_getAppUsers();
Object pojo = client.getResponsePOJO();
System.out.println("pojo: " + pojo);
} catch (Exception e) {
e.printStackTrace();
}
What is the expected output? What do you see instead?
pojo is null, but should be FriendsGetAppUsersResponse instance
What version of the product are you using?
<dependency>
<groupId>com.google.code.facebookapi</groupId>
<artifactId>facebook-java-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
Please provide any additional information below.
Original issue reported on code.google.com by kobyl...@gmail.com on 18 Oct 2008 at 11:17
Original issue reported on code.google.com by
kobyl...@gmail.com
on 18 Oct 2008 at 11:17