-
Notifications
You must be signed in to change notification settings - Fork 198
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
Uber login with Facebook problem #247
Comments
Cross referencing a few similar tickets: In short, Pinterest seems to have the same issue and I don't think it is something we'll be able to get around in this library. If the provider does not redirect you back to the callback regardless of the login you choose to use, I think it is a problem with the provider. I'd say try contacting Uber to see how why their login flow is different for username and password vs social auth, but a wild guess is they won't respond. Anyone have any ideas? |
Hi @nraboy , Thank you for your reply. I'm trying to integrate Uber to my Ionic app, and it seems not right as a user when they see the giant "Login With Facebook" in the Uber login page yet they cannot do anything with it. If you don't mind, may I ask do you know any other libraries out there that can solve this? I'm not an expert in angular so it might be difficult to implement the whole thing by my own. |
There are three ways to do auth:
Pick your poison ;-) |
Hi There,
I'm using cordova-oauth to login with uber in ionic with the following code:
It is ok if user provide email and password and hit Login. However, if user tries to login with the Facebook button provided with the uber login site, after user enters facebook credentials and hit login, the page become white and nothing else happens.
I'm not sure what to do here to fix it.
The text was updated successfully, but these errors were encountered: