Created
January 27, 2015 14:04
-
-
Save evemilano/083931ec2d15c84aa8b6 to your computer and use it in GitHub Desktop.
Facebook's Javascript SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="”fb-root”"></div> | |
| <pre><script type="text/javascript" src="”http://connect.facebook.net/en_US/all.js”"></script><script type="text/javascript">// <![CDATA[ | |
| FB.init({appId : ‘YOUR-APP-ID-HERE’,status : true, // check login statuscookie : true, // enable cookies to allow the server to access the sessionxfbml : true // parse XFBML}); | |
| // ]]></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment