Closed AliYar-Khan closed 2 years ago
@AliYar-Khan Twitter OAuth API doesn't expose the logout API, so it is impossible to implement.
Instead, you can use the force_login option to forces the user to enter their credentials to ensure the correct users account is authorized. Can't the force_login option satisfy the requirement?
How to logout the twitter after authentication in flutter app ?
@AliYar-Khan Open Twitter in your browser and log out.
If you are using iPhone, use Safari. If you are using Android, use chrome.
I am confused about log out ? Which class has the method of logout from twitter authentication ?