400. That’s an error.
Error: invalid_request
device_id and device_name are required for private IP: /My Local Host IP /xyz/xyz/googlegoogle_login_oauth/index.php
有人能帮我检查设备id和名称吗?
请求详细信息:
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
response_type=code
access_type=offline
redirect_uri=http://local host IP/---/---/google/google_login_oauth/index.php
approval_prompt=force
client_id=---------
我在创建Google+web应用程序时遇到过这种情况,但在将我的Javascript Origin和Redirect URI配置为专用IP地址时(如198.168.1.24(。Google+似乎不喜欢IP地址,它想要一个完全合格的域名。
考虑到我的家庭路由器提供DHCP,并为我提供了一个完全限定的名称(例如mycomputer.attlocal.net(,在谷歌控制台凭据页面中更改了来源和URI后,一切都变得更好了。确保你将所有对IP地址的引用更新为名称,这样你就不会陷入无限重定向:-(
希望这能有所帮助。