I\'m copying the code right out of this page on Facebook\'s developer website and the fbAsyncInit() method never fires. I\'ve also read this page, I\'ve tweaked the code qu
I had the same problem. It seemed I loaded the JavaScript library //connect.facebook.net/en_US/all.js in some other place before the async loading.
//connect.facebook.net/en_US/all.js
That probably confused things a bit.
I removed the premature load tag definition and now I am fine.