Google login in my site

前端 未结 3 894
-上瘾入骨i
-上瘾入骨i 2020-12-20 00:52

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

相关标签:
3条回答
  • 2020-12-20 01:43

    Google are an OpenID provider.

    0 讨论(0)
  • 2020-12-20 01:51

    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.

    • Java Version http://code.google.com/p/openid4java/
    • .net Version http://code.google.com/p/dotnetopenid/
    • List of Libraries for various programming languages http://wiki.openid.net/Libraries
    0 讨论(0)
  • 2020-12-20 01:56

    Use the Google OpenID API (as this site does)

    0 讨论(0)
提交回复
热议问题