使用谷歌使用谷歌登录

时间:2013-04-04 09:30:38

标签: java google-login

我正在尝试在localhost上运行的Web应用程序中通过Google选项添加登录。 但是我收到了这个错误:

HTTP/1.1 400 Bad Request [Cache-Control: no-cache, no-store, max-age=0, 
must-revalidate, Pragma: no-cache, Expires: Fri, 01 Jan 1990 00:00:00 GMT, 
Date: Thu, 04 Apr 2013 09:24:47 GMT, Content-Type: application/json, 
X-Content-Type-Options: nosniff, X-Frame-Options: SAMEORIGIN, 
X-XSS-Protection: 1; mode=block, Server: GSE, Transfer-Encoding: chunked]

我的请求网址是:

https://accounts.google.com/o/oauth2/token?code%3D4%2Fu0R2AnFEfP8VDMIZSoVDNfSKGAPV.4vVN7R0VBtsbgrKXntQAax3e3D2oewI%26client_id%3D422021735554.apps.googleusercontent.com%26client_secret%3DNjqGvrdMuayzGlbUr65lgUyF%26redirect_uri%3Dhttp%3A%2F%2Flocalhost%3A8081%2FLoginExample%2Fg-login%26grant_type%3Dauthorization_code

我不知道问题是什么。请帮助。

1 个答案:

答案 0 :(得分:0)

如果您想要在您的网站上使用谷歌登录完整代码,请参阅以下链接...

http://foryouneed.blogspot.in/p/google-authentication-using-java.html