When I try to use the sample code for Twitter login, the TwitterKit API throws an objective-C exception internally and crashes my app (see below). I don’t know what dictionary is being handed back from TwitterKit or why it’s null. My only guess is this is a bug in TwitterKit, possibly due to keys or auth data not being handled properly.
For reference, the code I am using is:
[[Twitter sharedInstance] logInWithCompletion:^(TWTRSession *session, NSError *error) {
// handle result
}];