I\'m using, with success the Fabric Login button (TWTRLogInButton, https://dev.twitter.com/twitter-kit/ios-reference/twtrloginbutton).
In my Swift app I can authenti
The logOut is a class method, did you call:
Twitter.sharedInstance().logOut()