Login to google on my site

I want my website user to be logged into fbconnect or gmail account. fbconnect is simple, but I can't seem to work with gmail. Anyone please let me know how to do this?

+2


a source to share


3 answers


To login with google account you need to use openID

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



This can be easily resolved if you use a library that implements the public identifier for you.

+1


a source


Use Google OpenID API (how the site does it)



+3


a source


Google is an OpenID provider.

+3


a source







All Articles