Facebook Login
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>facebook login</title> <script src="//connect.facebook.net/en_US/all.js"></script> <script> // Additional JS functions here window.fbAsyncInit = function() { FB.init({ appId : '-', // App ID channelUrl : 'YOUR SITE', // Channel File oauth : true, status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); ...