Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am developing new website... I need to add social networking site links (twitter, linked in, facebook etc..,) in the website....
Please explain which best and simple way using asp.net with c#....(.net 4.0).. and sql server 2008....

Thanks,
Sri.
Posted

1 solution

Using OAuth you can implement the login's for these social networking sites.

For Facebook:
Facebook: OAuth Dialog[^]
Using Web APIs with OAuth 2.0[^]

For Twitter:
Sign in with Twitter[^]
OAuth FAQ[^]

Sample - FB & Twitter: C# Application Integration with Facebook & Twitter with oAuth[^]
 
Share this answer
 
Comments
ridoy 5-Sep-12 9:32am    
+5..

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