tags:

views:

64

answers:

3

I want my website user should be login through fbconnect or gmail account. fbconnect is simple, but i am not able to do with gmail. Can anybody please let me know how to do that?

+1  A: 

Use the Google OpenID API (as this site does)

Konerak
+1  A: 

Google are an OpenID provider.

David Dorward
+1  A: 

To login with a google account you need to use openID

Google Docs on their implementation: http://code.google.com/apis/accounts/docs/OpenID.html

It could be easy to solve if you use library that implements open ID for you.

mikek3332002