Search code examples
gmail

Google login in my site


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?


Solution

  • 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.