Fabric says 2.1.1.
I’m looking at Twitter.h in Xcode now and I can’t see any reference to it.
I’ve got:
- (Twitter *)sharedInstance;
- (void)startWithConsumerKey:(NSString *)consumerKey consumerSecret:(NSString *)consumerSecret;
- (void)startWithConsumerKey:(NSString *)consumerKey consumerSecret:(NSString *)consumerSecret accessGroup:(nullable NSString *)accessGroup;
@property (nonatomic, copy, readonly) NSString *version;
@property (nonatomic, readonly) TWTRAuthConfig *authConfig;
@property (nonatomic, readonly) TWTRSessionStore *sessionStore;
- (void)logInWithCompletion:(TWTRLogInCompletion)completion;
- (void)logInWithMethods:(TWTRLoginMethod)methods completion:(TWTRLogInCompletion)completion;
- (void)logInWithViewController:(nullable UIViewController *)viewController completion:(TWTRLogInCompletion)completion;
- (void)logInWithViewController:(nullable UIViewController *)viewController methods:(TWTRLoginMethod)methods completion:(TWTRLogInCompletion)completion;
No mention of OpenUrl or Application