Edward Jiang
Edward Jiang
@onmyway133 so, I looked at it a bit more and realized that client_secret actually isn't required as per the OAuth spec for the Authorization Code grant type, so what I'm...
As an update: work on [Implicity](https://github.com/SimplicityMobile/Implicity), the server-side component to Simplicity, has started! I'm going to be at WWDC / Altconf festivities over the next week, so not sure what...
Unfortunately, I've been working on a lot of other stuff recently, so I don't think this will get done in the near future :(
Yes, that's correct. If the user "cancels" the login, it's not called. I'd be open to having it call back with an error; is there a specific use case you're...
OK, I looked into this more today, and determined that it may not be a good thing to return it in the regular callback, since the callback is designed to...
We can add an optional callback; feel free to submit a pull request :)
Hey Jerome, I haven't responded to this yet because I don't quite remember the intricacies of the Google API, and haven't looked into it recently. However, from my knowledge about...
Definitely! Will add to the list.
I started work on this today, but then ran into this issue. http://stackoverflow.com/questions/37898044/instagram-api-prevents-redirection-to-ios-app-upon-successful-login-with-400-bad http://stackoverflow.com/questions/37881963/instagram-authentication-get-400-bad-request-for-oauth-access-token http://downdetector.com/status/instagram/news/53399-problems-at-instagram Will monitor to see if it's intentional. If it is, we will have to wait...
Looking at the state of these stackoverflow posts, looks like there hasn't been resolution on this issue :(