rhomobile 和 oauth2

发布于 2024-11-15 14:59:28 字数 492 浏览 3 评论 0原文

基于这个 stackoverflow 问题 foursquare oauth2 for IOS

我需要将用户从我的应用程序发送到 foursquare。获得许可并重定向到我的网络服务器。我获得了访问令牌,但如何重定向到视图?

在我的 rhomobile 控制器中,

def fsq_login
  WebView.navigate('https://foursquare.com/oauth2/authenticate?client_id=MY CLIENT_IT&response_type=code&redirect_uri=http://lvh.me:3000/fsq_req')
end

一旦我有了 access_token,如何让我的网络服务器触发 rhomobile 视图?

Based on this stackoverflow question foursquare oauth2 for IOS

I need to send user from my app to foursquare. Get permission and redirect to my web server. I get the access token, but how do I redirect to a view?

In my rhomobile controller I have

def fsq_login
  WebView.navigate('https://foursquare.com/oauth2/authenticate?client_id=MY CLIENT_IT&response_type=code&redirect_uri=http://lvh.me:3000/fsq_req')
end

Once I have the access_token, how can I get my webserver to trigger a rhomobile view?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热风软妹 2024-11-22 14:59:28

您可以使用以下命令将重定向 uri 设置为指向您的 Rhodes 应用程序:

You may be able to set your redirect uri to point back to your Rhodes application using the following:

http://docs.rhomobile.com/rhodes/device-caps#run-rhodes-application-from-browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文