基于此stackoverflow问题foursquare oauth2 for IOS
我需要将用户从我的应用发送到foursquare。获取权限并重定向到我的Web服务器。我获得了访问令牌,但如何重定向到视图?
在我的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视图?
答案 0 :(得分:1)
您可以使用以下方法将重定向uri设置为指向Rhodes应用程序:
http://docs.rhomobile.com/rhodes/device-caps#run-rhodes-application-from-browser