2

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?

Mahesh
  • 1,754
  • 7
  • 36
  • 54

3 Answers3

3

Use the Google OpenID API (as this site does)

Konerak
  • 39,272
  • 12
  • 98
  • 118
3

Google are an OpenID provider.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
1

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
  • 3,546
  • 4
  • 37
  • 47