For questions about developing software that utilizes the Uber API. DO NOT ask customer support questions here. Please send those to Uber's customer support department.
Questions tagged [uber-api]
864 questions
2
votes
1 answer
Uber app is working for only developer accounts
My app is ready for Live environment, when i try to login on uber account with user that is not added under developers section in Uber API after login user get invalid_scope error.
I am using live URL for login

Puneet Bhandari
- 337
- 5
- 14
2
votes
1 answer
Undefined symbols for architecture armv7: "_OBJC_CLASS_$_UBSDKConfiguration", referenced from
My application contains lot's of third part SDK's like Facebook, Google+, Google Analytic, etc. Everything is working great on iOS 7 to latest iOS 10.x beta
Now I want to integrate UberRides SDK in my application. Since UberRides SDK supports "above…

Anupam Mishra
- 3,408
- 5
- 35
- 63
2
votes
1 answer
Uber API maps url not loading in android webview
I have integrated Uber API in my code. The GET /v1/requests/{request_id}/map gives me link https://trip-dc2.uber.com/4wxDJ2qUs6 I have tried all the methods to load it in a webview all it shows is a blank page.
new…

Anam Ansari
- 849
- 9
- 14
2
votes
1 answer
Uber deeplink call not accepting pickup and dropoff parameters
My method for launching the Uber from within my app is working. It takes me to the "setPickup" page, it shows the start/pickup address but its not showing the dropoff/destination even though I am providing it.
Because my GPS is on, though, I…

rolinger
- 2,787
- 1
- 31
- 53
2
votes
1 answer
Does Uber Eats have an API and if so where can I found out more information
Does Uber Eats have an API and if so where can I found out more information.
I know I can integrate with Uber just wondering on the logistics with uber eats and would like to be able to integrate with current platform.

Ben Burns
- 31
- 1
- 2
2
votes
1 answer
Making request to uber sandbox api not changing anything
I'm using the uber api to make requests to the sandbox. Specifically, I'm using the node-uber library from here:https://github.com/shernshiou/node-uber
When I try to set the surge multiplier, using the following code snippet:
…

Chris Beyer
- 67
- 9
2
votes
1 answer
Deeplinking: nickname field crashing Uber App
I am trying to deeplink my app with the Uber App. This is the code I'm using as test:
String uri = "uber://?action=setPickup&pickup=my_location&dropoff[latitude]=-23.56491&dropoff[longitude]=-46.652005&dropoff[formatted_address]=Av Paulista, 1000 -…

Caio Gandra
- 23
- 2
2
votes
1 answer
Invalid OAuth 2.0 credentials provided Uber Authentication in python
I am working on integrating Uber Server-side API using python. I am able to run the authorization flow successfully and get the Access Token.
With the received Access Token I am able to get information like user profile, user history. But whenever I…

Arun
- 175
- 3
- 11
2
votes
1 answer
How to renew access token with OAuth Refresh token?
I'm creating simple app for Uber.
And I've already solved 3 steps from this API: https://developer.uber.com/docs/authentication
But now I want to refresh token (step 5).
I receive access_token, refresh_token, expires_in values, and I can't…

Grynets
- 2,477
- 1
- 17
- 41
2
votes
1 answer
Which are the required parameters for Uber app deep linking?
So I'm trying to implement a deep link to the Uber app from my WebView app. I have read the documentation and some of the SO questions but it's not clear to me which parameters are actually required and which are optional?
I have managed to launch…

rex
- 3,133
- 6
- 35
- 62
2
votes
1 answer
Uber API doesn't allow request from localhost
When I use the Uber API, with localhost I receive the following error:
... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.
So maybe I made an error. To…

anon
- 2,143
- 3
- 25
- 37
2
votes
1 answer
I'm having troubles with Uber Python API
I'm coding in python, using version 2.6, working with the Uber API, and when I try to import the library uber_rides.auth it throws this error:
Traceback (most recent call last):
File…

Arturo Vasquez
- 41
- 4
2
votes
1 answer
Webhook API send both "driver_canceled" and "no_drivers_available" events at a time
I've noticed that Uber API started sending two events when Driver Cancels a ride. Both events are captured: "driver_canceled" and "no_drivers_available"
Here is an example (I left only status field and internal timestamp)
07:30:53.433 "status":…

SublimeYe
- 482
- 3
- 14
2
votes
1 answer
Uber API offers Uber Pool option + ability to send text message to drivers?
Does the Uber API offered "Uber Pool" ride type when we requests price / time estimates? Also, when a ride is coming, do we have access to a phone number in order to text the driver?
This isn't so much of an API issue as it is a feature question /…

blee908
- 12,165
- 10
- 34
- 41
2
votes
1 answer
Request with surge_confirmation_id and surged price always response with 409 fare_expired error
During last few weeks my app can't request any surged request.
I send initial request:
{
start_latitude: xx.xxxxx,
start_longitude: xx.xxxxx
}
Receive surge error with surge_confirmation_id.
Send another request:
{
start_latitude: xx.xxxxx,
…

SublimeYe
- 482
- 3
- 14