Click here to Skip to main content
15,905,566 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have create a social network project in asp.net.In my project, login page information such as username and password are pass to the facebook login page and validate it.If Username and Password are correct, then get the Users information from facebook. How to create this format? please help me..
Posted

1 solution

I believe what you are asking for is answered in this article:

Developing Facebook Connect Application using ASP.NET[^]

You are going to need to get your app authorized to talk to Facebook (not just with their username and password - the app has to be authorized too). If you want just Facebook authentication (or Twitter), you can use the new features of MVC:

http://www.asp.net/vnext/overview/videos/oauth-in-the-default-aspnet-45-templates[^]
 
Share this answer
 
Comments
_Amy 29-Aug-12 11:41am    
5'ed!

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