I have an application that I am building and the user eveuntually gets redirected to a url on my application like this http://www.myapp.com/path/#access_token=lkjh8usoij93. How can I parse the access token using ruby on rails? It does not show up as a supplied parameter.
I have an application that I am building and the user eveuntually gets redirected
Share
You can’t get anchors with Rails (on server side). You can get it only with javascript
window.location.href