Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.