Repro:
Login to to John’s Twitter account via OS.
Call logInWithCompletion: on your Twitter shared instance.
Delete John’s Twitter account via OS.
Add Jane’s Twitter account via OS.
Call logInWithCompletion: on your Twitter shared instance.
Observe the TWTRSession object is using John’s Twitter session into.
To fix this, I call logout on my Twitter shared instance before trying to login.