Twitter API - Logout

后端 未结 3 1185
情话喂你
情话喂你 2020-12-01 05:47

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

3条回答
  •  醉话见心
    2020-12-01 05:51

    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.

提交回复
热议问题