This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Description
SimpleAuth.configuration[@"twitter"] = @{@"consumer_key": @"xxxxx", @"consumer_secret": @"xxxsssssssswwww" };
[SimpleAuth authorize:provider completion:^(id responseObject, NSError *error) {
NSLog(@"\nResponse: %@\nError:%@", responseObject, error);
}];
output:
Response: (null)
Error:Error Domain=SimpleAuthErrorDomain Code=102 "(null)" UserInfo={NSUnderlyingError=0x7fa8ab896460 {Error Domain=com.apple.accounts Code=6 "(null)"}}