Is it possible to request for multiple cabs using Uber API? - uber-api

I am developing a web app where I integrated Uber APIs. Now, I would like the user to request for multiple cabs using Uber APIs from our app. Is it possible to request for multiple cabs using Uber API from our app anyway?

No, the same user cannot request multiple Uber rides at the same time, this would return the following error:
"409 current_trip_exists The user is currently on a trip."
And is documented on our developer documents here:
https://developer.uber.com/docs/riders/references/api/v1.2/requests-post

Related

Is there a way to request Uber Connect through the Uber API?

For users in metropolitan areas where Uber Connect is available, is there any way for a request for Uber Connect to be sent through an external app?
Check out the Delivery API (specifically the DaaS API): https://developer.uber.com/docs/deliveries

How to get all Gsuite account applications from Google directory API?

I want to get all G-suite application list that user has access.
There is an API to fetch all third party application that user has access.
API reference https://developers.google.com/admin-sdk/directory/v1/reference/tokens
But we want SAML application list as well as google apps like google voice.
We can get all events for that application but there is no api to fetch only application list
https://developers.google.com/admin-sdk/reports/v1/reference/activities/list.
Could any one help me to get all application list?

Do I have to create an app using the original Instagram API before i can use the instagram graph API?

I'm trying to create an app with the new Graph API for instagram business accounts.
I am following the documentation here
It says after adding Facebook login, I need to submit the app for review to be able to use the api, and I need to create a screencast on how the app will be used.
Am I looking at the wrong documentation? How am I suppose to create the app without being able to pull any data from the API?
Is there no sandbox mode until the app is developed that I can use?
Do I have to create an app using the Instagram API first to be able to request permissions to use it?
While I haven’t had any experience in Instagram apps, I do have a bit of Graph API experience with Facebook
While in development (a switch at the top of the App Dashboard), any developers and administrators can test the app using any and all permissions. To make the app public however you need to submit for review.
The new instagram graph API is an extension of the existing Facebook API.
So you can make requests on the new API by have a facebook login on your app, then requesting access for the users pages and the users instagram data.
Once you are able to access their pages data you can submit a get request and fetch ?fields=instagram_business_account
once you get the instagram accounts ID, you can make requests on it following this documentation
In development you can only access your own pages, once you build using your own data then you can submit your app for permissions, and finally you can submit your app for review.

Facebook Review for API only App

I am working on building Facebook integration from an internal company application to allow for creating Ads on Facebook using their Marketing API. In order to accomplish this, it appears creating an "App" is a necessity to be able to get access to their API. This App will ONLY be used for API communication and should never be needed by an end user on Facebook.
My problem is the App is currently in development mode and I need to submit it for review in order to qualify for a higher level of API access to not be as rate limited on the number of requests. Since this App is only used for API access is there a way to keep it hidden from the general public on Facebook? It should never be needed to be accessed directly from any random Facebook account, only from the SDK we are using interally.

Facebook app with REST API

Can I create a new Facebook app to use old REST api for user authentication. I would like to use the method auth.login for user authentication. Is it possible to use REST api with new facebook apps?
The Facebook's legacy REST API does not work for new Facebook apps registered after Apr/2013. However, REST API is still supported for existing Facebook app created before Apr/2013.
You will get "Error 3 : Application does not have the capability to make this API call" when trying to access REST API from the new Facebook app.
For newer Facebook app, please use Graph API to achieve the similar functionality as in the legacy REST API.
The REST API is deprecated now. Blog post here: https://developers.facebook.com/blog/post/616/