Click here to Skip to main content
16,017,297 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a website. In my website I put a facebook login button using this code:
<fb:login-button perms="email," autologoutlink="true/" xmlns:fb="#unknown">
     Login with Facebook
  <fb:login-button>


When I use this code, the person logs into facebook the page didn't redirect any other page. I want code that will redirect to my website when I click facebook login button. Please help me.

Thank you.
Posted
Updated 29-Jun-12 11:02am
v2

1 solution

You are trying to use Facebook Connect APIs. Here is the CP article that will help you out..

Developing Facebook Connect Application using ASP.NET[^]

But remember one thing, connect APIs are outdated. Instead use the Graph APIs
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900