SimpleAuth icon indicating copy to clipboard operation
SimpleAuth copied to clipboard

using twitter key i got response 102

Open NaiyerAghaz opened this issue 9 years ago • 1 comments

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)"}}

NaiyerAghaz avatar Sep 22 '16 12:09 NaiyerAghaz

please help me out how can i solve this error.

NaiyerAghaz avatar Sep 22 '16 12:09 NaiyerAghaz