I'm using facebook comments social pluging into my site with xfbml. but sometimes I'm getting a weird error:
"unable to load http://domain.com/#!/event/951963"
I'm using FB.XFBML.parse(); function each time open a dialog containing the fbml markup.
Also, I reviewed the access logs for web server and I didn't see http error related with url, and if I use Facebook URL Linter (https://developers.facebook.com/tools/debug), all works properly.
can you help me?
UPDATE
Myself found the answer to my question. I noticed that html code was invalid due to two DOM elements had the same id. After that I got to reproduce the scenario and I got the same error "unable to load ". so, appears that if DOM is invalid, FB.XFBML.parse method can produce that kind of unexpected error.