huuanh1987 / facebook-java-api

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

java.xml.bind.UnmarshalException using Jaxb client. Not returning users_getInfo_response #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a JaxbRestClient.
2. send a users_getInfo() request.
3. exception will occur

What is the expected output? What do you see instead?

No exception is thrown.

What version of the product are you using? On what operating system?

2.1.1 (also verified on 2.0.x)

Please provide any additional information below.

It appears that Facebook is sending "users_getinfo_response" as the xml
node name, but Jaxb is expecting "users_getInfo_response".  It may be a
case sensitivity issue.

Original issue reported on code.google.com by ricosre...@gmail.com on 28 May 2009 at 1:31

GoogleCodeExporter commented 8 years ago
The issue has resolved itself... it appears someone at facebook was screwing 
around
with the response xmls... FB is now returning "users_getInfo_response" as 
expected. 
Bug should possibly be renamed to something better for future searches.

Original comment by ricosre...@gmail.com on 28 May 2009 at 2:40

GoogleCodeExporter commented 8 years ago

Original comment by david.j....@googlemail.com on 29 May 2009 at 7:18