Posts

Showing posts with the label Facebook Login

Login with Facebook Using Javascript

Login with Facebook using Javascript. For more information visit : https://developers.facebook.com/products/login/ <script> window.fbAsyncInit = function() {   FB.init({     appId      : '*************427',     cookie     : true,  // enable cookies to allow the server to access                         // the session     xfbml      : true,  // parse social plugins on this page     version    : 'v2.0' // use version 2.0   }); }; // Load the SDK asynchronously (function(d, s, id) {     var js, fjs = d.getElementsByTagName(s)[0];     if (d.getElementById(id)) return;     js = d.createElement(s); js.id = id;     js.src = "//connect...

Login with facebook using coldfusion

Image
Here is a example. How to make facebooklogin for a website using coldfusion?. Before start you make a account with facebook. Step 1 :  Create a app for your website using facebooklogin.here you can get app_key and secret_key. Step 2: Step 4:  You can see this screen :   Step 5:   After filling UserName and Password a screen show like this...    After click ok the redirect to logininformation:- Output in logininformation.cfm  I hope this is useful for you. if you are facing any problem write us in comment. we are happy to solve that problem.   For more details visit these links : -   http://developers.facebook.com/docs/facebook-login/   //Permissions   http://developers.facebook.com/docs/reference/login/   https://developers.facebook.com/docs/reference/api/user/