Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I made a login and register page using with ASP.Net and I use MSSQL.
Login is OK
Register is OK
I have a facebook API key.
How to pass with FaceBook Login while Im in login page?
Im a Junior Developer.

Thank you for your attention.
Posted

It is all about Open Authorization to connect to external social website.

There are tons of code available in net which will help you to progress,
here are few,
http://facebooksdk.net/docs/web/getting-started/[^]

http://facebookapi.codeplex.com/[^]

http://osnapz.wordpress.com/2010/04/23/using-asp-net-with-facebooks-graph-api-and-oauth-2-0-authentication/[^]

https://developers.facebook.com/docs/facebook-login/login-flow-for-web[^]

If you go through the urls, you will be able to see how easy it is to integrate fb and use login to get the profile.

Best of luck!
Cheers
 
Share this answer
 
If you have a working code about it, can you send me? So, as I do everything, it doesn't work :( Please help me, it is very important for me.
 
Share this answer
 
Comments
This is not an answer. Please delete this and if you want to reply to any answer, then click on "Have a Question or Comment" in that Answer Box itself.

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