Link to home
Start Free TrialLog in
Avatar of searchsanjaysharma
searchsanjaysharma

asked on

How to call facebook login from the login page of website.

I have a login with facebook button, when the user clicks on it, it should call the facebook login as it happens in elance.com
Avatar of abhishek1986
abhishek1986
Flag of India image

If you mean, you will accept facebook users without authentication and users can use their FB useraccount details to log in to your website, you need to have a tie-up with Facebook.
Then you will be linked up with the Authentication server of Facebook and can have authentication with Facebook as well.
SOLUTION
Avatar of Navneet Hegde
Navneet Hegde
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of searchsanjaysharma
searchsanjaysharma

ASKER

This my login button in a.aspx

<asp:imagebutton id="btni1" ImageUrl="fb.jpg">

This is my web.config
      <appSettings>
            <add key="APIKey" value="403156449697014"/>
            <add key="Secret" value="1a5a550c52ee26ef515eaeda281cc483"/>
      </appSettings>

But still unable to achieve the fb login