Login with facebook using coldfusion

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/

Comments

Popular posts from this blog

Write and read txt file and insert into database with coldfusion

Upload multiple file using jquery and Coldfusion