Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

using twitter key i got response 102 #133

Open
NaiyerAghaz opened this issue Sep 22, 2016 · 1 comment
Open

using twitter key i got response 102 #133

NaiyerAghaz opened this issue Sep 22, 2016 · 1 comment

Comments

@NaiyerAghaz
Copy link

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
Copy link
Author

please help me out how can i solve this error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant