My Page Tab tells people to Like the page using the Like Button next to the title of the Page (directly above the iframe).
How do I subscribe to that event being clicked?
Javascript within the Page Tab does not work:
FB.Event.subscribe('edge.create',
function(response) {
alert('clicked like button');
}
);
Thanks!
EDIT: For now, I'm going with "you can't do it" as the answer...