Hi @andypiper
I’ve already tried with revoking access many times. However it seems to work in some specific conditions. When:
- I revoke all tokens.
- Use .WebBasedForceLogin method when calling logInWithViewController method, first time after token has been revoked.
After first successful login with .WebBasedForceLogin, I can even rebuild the app even with .All login methods option, it works fine.
Also, each time right after revoking tokens and rerunning the app, I get 401 when logging in. Then I need to close the app, rerun it once again and then it goes through: I get either twitter code 3 error or successful login, depending on which login method I use (system vs web based).
In theory I could use .WebBasedForceLogin and it should work, if it will continue to behave like it does currently, but it just seems super fragile.