Created
January 16, 2012 20:51
-
-
Save rakeshpai/1622985 to your computer and use it in GitHub Desktop.
Facebook's fbAsyncInit function declaration
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
<script> | |
window.fbAsyncInit = function() { | |
// <snip> | |
// The FB object is now ready to use | |
}; | |
// Load the SDK Asynchronously | |
(function(d){ | |
// <snip> | |
// Asynchronouly load Facebook's JS SDK | |
}(document)); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment