-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue after reaching Approve or Deny #8
Comments
Hey @margono13901, Thanks for reaching out! What redirect URI are you using? Also, make sure that the redirect URI you're using is exactly the same as the one you have on Uber Developers. |
Hi Sachin! The redirect uri is correct. I'm certain that it is an issue with the On Friday, April 10, 2015, Sachin Kesiraju [email protected] wrote:
|
Hi Raylen, You're right, it does seem like there's an issue on the web view's delegate methods. I may take some time to fix this (kinda busy at the moment) but I can replace the oauth through web view with safari (that worked fine in a previous commit) soon. |
Hi Sachin, That would be a great alternative. If you could replace that with safari Thanks On Friday, April 10, 2015, Sachin Kesiraju [email protected] wrote:
|
I was able to complete oauth process completely. But it seems like web view related behavior is broken completely. So basically i used your code only to finish very first step to access auth code. Then I requested token and scopes manually. Anyway thank you for developing it! |
Hey @dserkin, |
Hi,
After after clicking on Approve on the page after login, nothing happens. I also tried debugging the uberKit and i found out that the method:
{
never gets called. What could be the issue?
The text was updated successfully, but these errors were encountered: