$(document).ready(function() {
  FB.init({
     appId  : env['fbAppKey'],
     status : true, // check login status
     cookie : true, // enable cookies to allow the server to access the session
     xfbml  : true, // parse XFBML
     oauth : true // enables OAuth 2.0
   });
});
