gpt4 book ai didi

ios - Google Oauth 重定向到 ios 自定义 url

转载 作者:塔克拉玛干 更新时间:2023-11-01 19:10:06 26 4
gpt4 key购买 nike

目标:在 iOS 应用程序中完成来自谷歌的 Oauth2。

我正在使用 phonegap,所以我在浏览器中启动了 oauth。我希望重定向成为我的应用程序的自定义 url,以便我可以存储 token 。我读过this post关于如何处理重定向但我仍然感到困惑。我应该在 info.plist 中输入的自定义 url 是什么?我传递给 oauth 页面的重定向是什么?

var redirect_url='com.example.myapp:/oauth2Callback'
var url="https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=" + client_id + "&state=" + state + "&redirect_uri="+redirect_url+"&scope=" + scope;

谁有这方面的经验?

最佳答案

事实证明上面的代码是正确的。我的问题是在我的 info.plist 中设置自定义 url 方案。 url scheme 只能是 bundle id(即 com.example.myexample)。我在它的末尾附加了“:/oauth2callback”,这是不正确的。

关于ios - Google Oauth 重定向到 ios 自定义 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16342191/

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