uber-api

Access to partner.admin_accounts

旧时模样 提交于 2020-01-16 17:11:22
问题 How we can get access to partner.admin_accounts scope ? We catch response: {"code":"unauthorized","message":"This endpoint requires all of the following scopes: partner.admin_accounts"} When trying to GET https://api.uber.com/v1/partners/drivers upd: full code, we using GAS function uberGET(){ var token = 'my_secret_tocen'; var url = 'https://api.uber.com/v1/partners/drivers'; var header = {'Content-Type': 'application/json', 'Authorization': 'Bearer '+token}; var options = {'method':'GET',

Opening Uber app via deeplink (uber://) doesn't use the pick-up and drop-off location parameters

爷,独闯天下 提交于 2020-01-06 05:45:07
问题 We've got an iOS and Android app where we plan a trip, with the possibility to open the Uber app to request an Uber. As you already entered your pick-up and drop-off location, we use the "Standard Deep Links" functionality (see link (A) below). We pass the pick-up and drop-off location by the parameters described in the Uber documentation. Since a while, the Uber app doesn't use the pick-up and drop-off location parameters anymore. For instance the following link just opens the Uber app and

Uber API GET/estimates/price response surge_multiplier disappeared

若如初见. 提交于 2020-01-06 03:29:04
问题 today, I found GET/estimates/price end point have a change, surge_multiplier disappeared, is to say, price has been fixed, no more surge? 回答1: Surging is based on the particular location and product setup - so if you try following request for example: https://sandbox-api.uber.com//v1.2/estimates/price?start_latitude=-33.865535736083984&start_longitude=151.1958770751953&end_latitude=-33.88345718383789&end_longitude=151.0906982421875 "prices": [ { "localized_display_name": "uberX", "distance":

Is there any way to fetch info from the Uber API (Time away/fare to destination) without installing the ride widget?

≡放荡痞女 提交于 2020-01-06 02:21:05
问题 Is there a way to fetch info (time away/fare estimate) using purely deeplinking with the Uber API. Basically I want users to preview this info on my app, but to be deeplinked to the Uber App as opposed to the Ride Widget. The problem is that fetching this apparently needs authorization through sign in, which only the widget provides. Is there any knowledge I am not aware of or a way around this? 回答1: You can't do this via a deep link, but you can do it via the API. The Uber API exposes time

Uber scopes not available even as a developer

空扰寡人 提交于 2020-01-05 04:11:07
问题 I am developing an app using uber apis and it shows "Your application currently does not have access to any scopes. Please contact your Uber Business Development representative or Uber point of contact to request access". I cant even access scope as an developer which is complete opposite to what's written on their website 来源: https://stackoverflow.com/questions/58434709/uber-scopes-not-available-even-as-a-developer

Uber API integration | Payment workflow

心不动则不痛 提交于 2020-01-05 04:06:12
问题 I am looking to integrate the Uber API in my app. I understand Uber allow to provide the booking option with in the app however is it possible to collect the payment in my own app for the rides? Can I collect the payment in my account, how would I transfer further to Uber, if possible or it would be credited to Uber Only? How the complete payment workflow works from third party applications. Just wondering if there is any possible way for this and someone has any idea about the same. Thanks

How to remove access token from uber API while logout?

大城市里の小女人 提交于 2020-01-03 16:57:52
问题 I am doing integrate uber sdk using oAuth2Client in ios.I got access token using " https://login.uber.com/oauth/v2/token" but when I was trying to remove token using "https://login.uber.com/oauth/revoke" I got response code "200" but access token not be nill so I am not able to redirect on login screen.and I directly redirect into If anyone do uber integration in ios application.Please help me!! Thanks in advance!! 回答1: Calling POST /oauth/revoke invalidates the access_token , refresh_token

Where Can I find the detailed API for Uber Eats? [closed]

a 夏天 提交于 2020-01-03 07:31:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I could find the API for Uber Rush in https://developer.uber.com, but not for Uber EATS, where would this information lie? 回答1: There is not currently a publicly available API for UberEATS. Any news on that front would be announced on the Uber API developers blog. Also, for non-technical or non-coding questions

SFSafariViewController Remove OAuth2 Cookie

不问归期 提交于 2019-12-30 02:42:11
问题 I have an iOS application that authenticates with Uber API using OAuth2 in a UIWebView . When upgrading to iOS 9, I run in to the issue of ATS blocking the https request for the login page. I then added an exception for the Uber login page, but then noticed the login page makes several other requests to Facebook, Amazon Web Services, and other websites, all getting blocked by ATS. I don't want to have to maintain a list of exceptions for the the Uber login page, as Uber can easily change

How to get UBER Access token using authorization code in Login Callback

僤鯓⒐⒋嵵緔 提交于 2019-12-25 09:39:09
问题 I am configuring uber sdk with Request scope (Restricted). In the LoginManager callback method onAuthorizationCodeReceived() I am getting authorizationCode as a parameter, whereas the onLoginSuccess() callback method is not being called. Here is my code... config = initialiseUberSDK(); accessTokenManager = new AccessTokenManager(this); loginManager = new LoginManager(accessTokenManager, new LoginCallback() { @Override public void onLoginCancel() { Toast.makeText(CustomActivity2.this, "Login