Hi Seniors, I am developing a social media site in ASP.NET 4 using V 2010. I have implemented my website's own authentication system using ASP.NET membership providers which is working well. Now i want to add anothe functionality too that is users can also
enter into my privaate pages using thier Twitter and Facebook accounts. Please help me. I need to finish this soon. Thanks for your Help.
Member
1 Points
16 Posts
Authentication Help
Feb 01, 2012 01:42 AM|QaisBokhari|LINK
Hi Seniors, I am developing a social media site in ASP.NET 4 using V 2010. I have implemented my website's own authentication system using ASP.NET membership providers which is working well. Now i want to add anothe functionality too that is users can also enter into my privaate pages using thier Twitter and Facebook accounts. Please help me. I need to finish this soon. Thanks for your Help.
Member
10 Points
60 Posts
Re: Authentication Help
Feb 01, 2012 01:48 AM|Rockmarley|LINK
Add a Facebook Social Plugin.
http://developers.facebook.com/docs/reference/plugins/login/
Then take the required creditentials from it. {Email, First Name, last name,etc..}
Then provide them to the ASP.NET membership provider.
www.malindesilva.com
Microsoft Student Ambassador, Sri Lanka
Editor, INTECS
Information Technology Society
University of Moratuwa, Sri Lanka
Member
1 Points
16 Posts
Re: Authentication Help
Feb 02, 2012 01:54 AM|QaisBokhari|LINK
Thanks For your help.