views:

338

answers:

1

i am trying to use the API for "sign in with Google account" with my asp.net vb website just like StackOverflow or FriendFeed sign in with google. Please let me know if any one implemented it.

+3  A: 

You can check out the OpenID Membership Provider from Codeplex

OpenID Membership Provider is an ASP.Net Membership provider and login control that is compatible with the OpenID Authentication 2.0 implementation.

There is also OAuth implementation for .NET (to use with twitter and such services) http://oauth.net/code/.

martani_net
Thank You Martani
vamsivanka