SimpleAuth icon indicating copy to clipboard operation
SimpleAuth copied to clipboard

Simple social authentication for iOS.

Results 52 SimpleAuth issues
Sort by recently updated
recently updated
newest added

Setup instagram authorizing controller web view via constraints in order to support iPhone X. Tested on simulators iPhone X iOS 11, iPhone 6 iOS 10/11.

please have a look at this thread http://stackoverflow.com/questions/40168448/swift-3-how-to-solve-ambiguous-use-of-authorize-completion/40169747#40169747 the compiler in xcode 8, using swift 3 throws an error, if you want to use the following func: `open class func...

For everyone wanting to use this project with Swift 3, please see: https://github.com/davidseek/SimpleAuthInstagram

Hello, As soon as I add 'SimpleAuth/Instagram' and do 'pod install', xcode gives me these 2 errors. Can someone help please? ![image](https://cloud.githubusercontent.com/assets/24530625/24671295/df00a008-1925-11e7-8442-d5444183c0de.png)

Error Domain=SimpleAuthErrorDomain Code=102 "(null)" UserInfo={NSUnderlyingError=0x174049d50 {Error Domain=com.apple.accounts Code=6 "(null)"}} Why i have this error?

Changing the podspec to use ReactiveCocoa version 4.0.2-alpha-1, which support Swift 2, fixes this. See: https://github.com/calebd/SimpleAuth/compare/master...jedlinlau:master

I have just implemented SimpleAuth for Instagram, had to login and needed about 10 minutes to reset my PW since I didn't knew it anymore... I don't want to lose...

So the `parameters` dictionary in the `initialRequest` method of `SimpleAuthFoursquareWebLoginViewController` keeps throwing the following error: ` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to...

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...

am facing the above issue, can you help me with this