Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to make my customers register with
Facebook - twitter - Google

I need to store users data ( name, Date of birth , Gender , Picture)

into database
Posted

1 solution

How to Implements OAuth : https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples[^]

Update :

It will help you

http://forums.asp.net/t/1980179.aspx?help+how+do+I+store+Facebook+Oauth+data+in+sql+server+database+using+asp+net[^]

Customize ASP.Net

Quote:
http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity
http://www.codeproject.com/Articles/790720/ASP-NET-Identity-Customizing-Users-and-Roles
 
Share this answer
 
v3
Comments
Ali El-Redeany 21-Jul-14 7:16am    
I already have these samples it doesn't contain what I need..

I need to store user data into my database not ASPnetDatabase
Suvabrata Roy 21-Jul-14 7:28am    
Check the Updated Link
Ali El-Redeany 21-Jul-14 8:16am    
First Thank you for your efforts
this solution still uses Microsoft tables i need to use my own table structure
Suvabrata Roy 21-Jul-14 9:23am    
You can Customize Microsoft Authentication in ASP.Net

http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity
http://www.codeproject.com/Articles/790720/ASP-NET-Identity-Customizing-Users-and-Roles

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