You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you log out of Twitter Auth? Once you are authorized it automatically seems to remember the user via the cookie. How do you remove this and/or log out?
The text was updated successfully, but these errors were encountered:
The underlying problem is the cookie set by twitter.com which you have no control over. Have coded a possible fix http://github.com/lizconlan/twitter-auth and a put in a pull request :)
In a nutshell you need to add &force_login=true to the end of the call out to @request_token.authorize_url
How do you log out of Twitter Auth? Once you are authorized it automatically seems to remember the user via the cookie. How do you remove this and/or log out?
The text was updated successfully, but these errors were encountered: