Rails omniauth - twitter asking for app authorization each time user logs in
In Railscast: http://railscasts.com/episodes/241-simple-omniauth Ryan uses omniauth for logins. In the video when he clicks on the login button the first time Twitter asks the user if they would like to authorize Ryan's app. The second time the login button is clicked it automatically logs the user in. In my application, the user is forced to authorize my app each time. If the user is logged into twitter and has already authorized the app, then shouldn't it "just work"? EDIT: my app currently has Read, write, and direct message permissions. I'm also using omniauth-twitter (0.0.6). arunagw Ok