Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created August 13, 2011 05:33
Show Gist options
  • Save joeljackson/1143510 to your computer and use it in GitHub Desktop.
Save joeljackson/1143510 to your computer and use it in GitHub Desktop.
Facebook init
<script>
FB.init({
appId : '<%= FACEBOOK_ID %>',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment