tags:

views:

86

answers:

1

Right now i am using this example in the url http://www.dotnetethics.com/2008/09/signin-using-google-account.html to sign in to my website using google account. This example uses the url http://www.google.com/m8/feeds/contacts .

Is there any other way to sign in via google account other than using contact feed. Please let me know.

+2  A: 

Google supports OpenID. Try out DotNetOpenAuth.

http://www.dotnetopenauth.net/

Sam