Skip to content

Instantly share code, notes, and snippets.

View vumanhcuongit's full-sized avatar

Cuong Vu vumanhcuongit

View GitHub Profile
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"});