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

using twitter key i got response 102 #133

Description

@NaiyerAghaz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions