Closed GoogleCodeExporter closed 8 years ago
It's not a bug.
First of all, try log facebook response using client.getRawResponse();
You're using xpath selectors without namespaces. I can't provide right xpaths,
but
you can disable namespace. Just call
FacebookXmlRestClient client = ...;
client.setNamespaceAware( false );
and test is passed.
David, I have modified this test and you can add it to other one. Look at
attach.
Original comment by rdmytre...@gmail.com
on 19 Dec 2008 at 5:13
Attachments:
Thanks A lot! I have tested it and it is working perfectly fine... Thanks again
for
the Info... :-)
Original comment by rajpal.c...@gmail.com
on 19 Dec 2008 at 9:21
If there's anything left to do on this, please reopen and comment. It may be
worth
taking a look at the FacebookNamespaceContext class to see how you can use
XPath with
namespaces successfully.
Original comment by david.j....@googlemail.com
on 21 Dec 2008 at 6:47
Original issue reported on code.google.com by
rajpal.c...@gmail.com
on 19 Dec 2008 at 10:26Attachments: