Closed GoogleCodeExporter closed 8 years ago
Sorry, I should also point out that I'm using FacebookJaxbRestClient. Also,
here's the response from
Facebook:
<?xml version="1.0" encoding="UTF-8"?>
<admin_getAppProperties_response xmlns="http://api.facebook.com/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://api.facebook.com/1.0/
http://api.facebook.com/1.0/facebook.xsd">{"application_name":"Playground of
Carl","callback_url":"http:\/\/cschmidt.homelinux.org:8080\/facebook\/","
canvas_name":"playgroundofcarl"}</admin_getAppProperties_response>
Original comment by carl.sch...@gmail.com
on 2 Jun 2009 at 4:23
Original comment by abdinoor
on 5 Jun 2009 at 4:31
As it turns out there was an issue with the JaxB client not decoding the
response from
facebook and instead of normal double quotes there were " html-entities. I've
fixed this and checked it in. If you want to use the newest code you'll have to
download the source code and build it locally. Or you can wait for a snapshot
release.
Original comment by abdinoor
on 5 Jun 2009 at 8:40
I'll likely wait for a snapshot. Thanks for the quick fix!
Original comment by carl.sch...@gmail.com
on 8 Jun 2009 at 4:42
Original issue reported on code.google.com by
carl.sch...@gmail.com
on 2 Jun 2009 at 4:10