views:

176

answers:

1

How we can use Face Book Connect and Sign in with Twitter in asp.net website. Please provide if you have any sample application

+2  A: 

You can use Facebook Toolkit for Facebook Connect and OAuthLib for Twitter Signin. Both projects have sample code showing how to use them.

Franci Penov