Skip to content

Instantly share code, notes, and snippets.

@abronte
Created December 28, 2012 22:33
Show Gist options
  • Select an option

  • Save abronte/4402609 to your computer and use it in GitHub Desktop.

Select an option

Save abronte/4402609 to your computer and use it in GitHub Desktop.
window.fbAsyncInit = function() {
FB.Event.subscribe('edge.create', function(response) {
alert('Thanks for liking!');
console.log(resposne);
});
FB.Event.subscribe('edge.remove', function(response) {
alert('Sad to see you dont like me :(');
console.log(response);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment