Skip to content

Instantly share code, notes, and snippets.

@ilmsg
Created September 22, 2012 18:59
Show Gist options
  • Save ilmsg/3767409 to your computer and use it in GitHub Desktop.
Save ilmsg/3767409 to your computer and use it in GitHub Desktop.
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1" id="facebook-jssdk"></script>
<script type="text/javascript">
FB.Event.subscribe('edge.create',
function(response) {
console.log(response);
}
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment