SimpleAuth
SimpleAuth copied to clipboard
Simple social authentication for iOS.
Some new users don't have the google+ url yet that might crash the app. It should be check in ``` - (NSDictionary *)dictionaryWithAccount:(NSDictionary *)account credentials:(NSDictionary *)credentials if(user[@"urls"]) { user[@"urls"] =...
Im getting this error reason: '**\* -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0] im passing in my app_id but still not working
Seeing this issue when attempting to use the Instagram provider: ``` WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: -[__NSCFString hasPrefix:]: nil argument ``` Fairly positive I'm using the...
Dependency "SimpleAuth" has no shared framework schemes!!!
When implementing authentication method Server-side (Explicit) Flow, using SimpleAuth .. request fails "Bad request ( 400 )"
Hi, I compile this pod with CocoaPods 1.0.0.beta.6 and unfortunately get this error: ``` [reducted]/Debug-iphonesimulator/SimpleAuth/SimpleAuth.bundle: No such file or directory ``` Is there anything that we can do to make...
I've implemented Dribbble web provider. If you have any suggestions how to improve the code feel free to do that!
I have been using this and got a crash when I logged in for the first time. Google did not populate all the values, and objectForKey (which is what the...
Hello, I don't want to request access to my 'user_friends' list. I just simply want basic info. How can I remove this when request permission?
Hello. I was able to get FacebookProvider to work by using one of the forks. The problem is when I don't already have the app authorized in my profile it...