We started getting an error from facebook's xd_arbiter.php file recently, I cant recall any changes made by us, so im starting to thinks the problem is at facebook.
This error happens in firefox 14.0.1, (chrome,safari,opera (latest versions)) seems to work fine.
The project is a facebook connect site, and we are using the js api. We are basically using the same code as provided from facebook.
http://developers.facebook.com/docs/guides/web/#login
The error only happens if the user is logged in to facebook prior to entering our site. After the async load of the all.js file, we get this error.
JSON.parse: bad control character in string literal
in the xd_arbiter.php?version=10. This is before the FB.init method is called.
I saw this post, but this does not help much, does it..
how to avoid links to http://static.ak.facebook.com/connect/xd_arbiter.php hanging indefinitely
Can anyone confirm the they get this problem also, and confirm the the problem is at facebook.?
Thx for the help.