Skip to content

Instantly share code, notes, and snippets.

@vumanhcuongit
Created January 21, 2013 15:49
Show Gist options
  • Save vumanhcuongit/4586975 to your computer and use it in GitHub Desktop.
Save vumanhcuongit/4586975 to your computer and use it in GitHub Desktop.
FB.init({
appId : 'YOUR_APP_ID', // App ID
channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
},{scope:"offline_access,user_events"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment