0
votes
Facebook Connect Dialog Doesn’t Auto Close
Is your xd_receiver.html file present and in the right place, as specified in the FB.init call? I think I remember having weird problems like this when I had the relative URL to the xd_receiver.htm …
1
vote
Where can I find the facebook php class reference?
The Developers wiki basically only documents the raw API. The official PHP library is a thin(-nish) wrapper around this API, and includes some minimal phpdoc documentation in its comments.
…
0
votes
Facebook Connect Won’t Validate
As already mentioned, the namespace URL is a red-herring. It's the DTD (as specified in the DOCTYPE) that is validated against.
If you really want to validate your pages that use XFBML, you …
