Skip to content

Instantly share code, notes, and snippets.

@quard8
Created September 25, 2011 17:15
Show Gist options
  • Select an option

  • Save quard8/1240855 to your computer and use it in GitHub Desktop.

Select an option

Save quard8/1240855 to your computer and use it in GitHub Desktop.
facebook js
<script src="http://connect.facebook.net/en_US/all.js"></script>
<div id="fb-root"></div>
<script>
FB.init({
appId:'<ID приложения>', cookie:true,
status:true, xfbml:true, oauth:true
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment