I\'m using OAuth in my web app, and users can login with twitter.
I want to add \"switch twitter account\" button, which actually clears the session and then opens t
You can use oauth/authenticate and add force_login=true as specified in GET oauth/authenticate. This will prompt the user with a login form.
force_login=true