我想在我的网站上实现社交媒体登录功能,我必须允许用户使用现有的Google或Facebook凭据登录我的网站。
我阅读了一些文章后发现,对于Google登录,我需要使用Google+
API。所以我在我的HTML页面中添加了一些Javascript和HTML代码并尝试登录但是我收到了以下错误。
401. That’s an error.
Error: invalid_client
Application: mytestapplication
You can email the developer of this application at: shekhar@gmail.com
no registered origin
我尝试创建新的OAuth ID但已经有太多ID,我无法删除其中任何一个。我已经尝试了此应用程序的所有client-id
,但client-id
都没有。
有人可以告诉我如何实施sign-in with google
功能吗?如何删除和创建新的client-id
?
答案 0 :(得分:1)
最后一行很重要:
no registered origin
在“API凭据”页面上,点击Edit Settings
部分下的Client ID for web application
。将您的网址放在那里(http://example.com
)。