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 u
I solved simply changing the login link destination to
"/auth/twitter?x_auth_access_type=read"