I had a page with a simple Facebook like button and I needed to know when the user liked the page so I used the edge.create event to do this which all worked fine. I now need to add a like Box plugin to the page to like the client's facebook page and again I need to be notified when someone clicks the like button. However, the subscribe event never fires. Any idea what might be the problem? I am using the xfbml code to add the like box.
feedback
|
|
It appears to be a bug. Here's a link to official credible sources: http://developers.facebook.com/bugs/310763168934515 And my jsFiddle here to demonstrate: http://jsfiddle.net/dmcs/3D2GD/1/ EDIT I've found the solution! First I put my code onto my own domain rather than jsFiddle to do better testing, however my first try failed as if the code was still on jsFiddle. So I troubleshot the situation further. Then for the app setting I specified I went in and specified the Here's my code
| |||||
feedback
|