0maru / twitter_login

MIT License
54 stars 54 forks source link

How I can logout ? #68

Closed AliYar-Khan closed 2 years ago

AliYar-Khan commented 2 years ago

I am confused about log out ? Which class has the method of logout from twitter authentication ?

0maru commented 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?

AliYar-Khan commented 2 years ago

How to logout the twitter after authentication in flutter app ?

0maru commented 2 years ago

@AliYar-Khan Open Twitter in your browser and log out.

If you are using iPhone, use Safari. If you are using Android, use chrome.