I have implemented TwitterKit in application to use with Twitter login. My question is: Is there anyway to override twitter settings while app is running? I need to change twitter app if user changes some settings in app. If I call again
Twitter.sharedInstance().startWithConsumerKey(twitterConsumerKey, consumerSecret: twitterConsumerSecret)
Fabric.with([Twitter.self])
Twitter still uses "old credentials". Is there anyway to override them?