Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have studied the process of integrating facebook login but I've not implemented it in any of my web projects before until now. I have to use the facebook login with my existing sql server database.
All i need is the flow of data storage, I know am suppose to save the user info returned by facebook to my database, but now how do manage the passwords.
I have my database table like this, UserID (GUID), FirstName, LastName, PwdHash

1. Does facebook send any value i can use as the password or hash it on my own?
2. On subsequent login, do i load info from my database or restart the facebook login process?
3. Am i to make any change to my table to tell if its a direct site registration or a facebook login?

Any working sample material will be great, Thanks for your help..

What I have tried:

I have implemented the facebook login api fully in my app and facebook setting working fine.
Posted
Comments
Suvendu Shekhar Giri 18-Oct-16 5:40am    

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