I am dynamically generating Like buttons for an app.
I use FB.XFBML.parse(document.getElementById(“fbook”))
and can indeed create likes for dynamic pages. All these likes are then sent to my Facebook App. Is it possible to track which of the pages were liked by users?
You could use this:
This method attaches an handler to an event and invokes your callback. In the example is the anonymous function.
In this way you can track any like button in page.