I use Tweepy Oauth to get access_token. The user has to authorize me so he need to redirect to twitter site. After I get the access_token, it also means that the user is in login state.
Is there any method which will let user automatically log out after authorize me.
If user accepts manually the App, he have to connect himself, and accept, then disconnect.
If the app/library handles itself the token by connecting the user automatically, the user won’t be “really” connected in his own browser, because the session cookie is browser-specific.