0

当通过 /o/oauth2/auth 使用 localhost 重定向对我的 vc++/mfc 安装应用程序的用户进行身份验证时,我没有收到代码,响应始终为 `

https://accounts.google.com/o/oauth2/approval?as=6c4bc9dd35d125cf&hl=en_GB&pageId=none&xsrfsign=APsBz4gAAAAAUcQpxtoKLUKgovAEs4EJ9rlbP-wBci36

此特定响应来自 accounts/docs/OAuth2InstalledApp 上的 localhost 重定向示例。

我的本地主机身份验证请求如下所示,

https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=myclientid&scope=https%3A%2F%2Fgdata.youtube.com&redirect_uri=http://localhost

所有示例和我自己的代码都可以正常使用 OOB 重定向,但我更喜欢使用 localhost 重定向,然后从 url 读取代码,任何帮助将不胜感激。

4

1 回答 1

0

身份验证、登录和上传现在都可以正常工作,我使用 oob 重定向并扫描 html 标题,而不是使用 localhost 并扫描 url。

于 2013-06-27T10:08:05.160 回答