Step 1: Go on Apps & create new Apps Step 2: Enter the app name & choose category Step 3: Enter the site domain Script code <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js#appId=<?php echo '603609636351597';?>"> </script> <script> FB.init({ appId:'<?php echo '603609636351597';?>', cookie:true, status:true, xfbml:true }); FB.getLoginStatus(function(response) { }); Login function call on click function faceLogin(){ FB.login(function(response) { if (response.authResponse) { ...
Coding Cheatsheets - Learn web development code and tutorials for Software developers which will helps you in project. Get help on JavaScript, PHP, XML, and more.