gpt4 book ai didi

windows-phone-7 - 获取基本信息的 Google+ 访问 token

转载 作者:行者123 更新时间:2023-12-04 04:36:09 24 4
gpt4 key购买 nike

我正在使用来自 this tutorial 的代码.我刚刚修改了它,我只是获得了访问 token 。它工作正常,但我想按范围扩展它:

https://www.googleapis.com/auth/plus.login

有了这个我有问题。 Google 在 webbrowser 中要求更多权限,但是当我说好的时,我的 GetResponseCallback 中出现异常:
The remote server returned an error: NotFound.

我发现这可能是错误的,开发人员应该让模拟器像 fiddler 一样通过代理,然后查看真正的错误代码。我在那里发现我有 400 个错误的请求,但是如果没有那个范围,它怎么可能是错误的请求呢?感谢帮助

编辑:

My code in pastebin.com

最佳答案

尝试使用此网址,因为这是 google 个人资料

var url = "https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=" + RedirctedUri
+ "&scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile&client_id="
+ ClientId;

正在为我工​​作。

其他问题可能是在注册应用程序时您没有授予所需数据的访问权限

关于windows-phone-7 - 获取基本信息的 Google+ 访问 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19716914/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com