What is the difference between the two methods initializing Twitter using Fabric below:
[Fabric with:@[CrashlyticsKit, [Twitter sharedInstance]]];
[Fabric with:@[CrashlyticsKit, TwitterKit]];
The Fabric App and Documentation online say to use different ways. What is best practice? What’s the difference?