FB comments events comment.create and comment.remove not working
问题 I am trying adding event listeners into my facebook comments. I tried probably everything I found here on Stack Overflow, also in FB developers docs and old developer forums. Comments are working correctly, I can also moderate them, but events are not being fired at all... I am using FB comments on one page, with multiple fb:comments FBML tags. Here is my javascript code: window.fbAsyncInit = function() { FB.init({ appId: 'myAppId', status: true, cookie: true, xfbml: true, oauth: true }); FB