基于this stackoverflow questionfoursquare 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 视图?