rhomobile 和 oauth2
基于这个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下命令将重定向 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