Uber Ride API - Driver -
we busy looking @ uber ride api , find out following:
- is all_trips scope applicable if oauth authorized user uber driver?
- will webhook invoke events everytime when driver accepts/cancels/completes trips?
- will webhook invoked during real trip while app under development or work in sandbox?
no.
all_tripsscope works riders.yes. every trip status change triggers webhook. possible statuses changes are:
processingno_drivers_availableacceptedarrivingin_progressdriver_canceledrider_canceledcompleted.
(list pulled here, according webhooks documentation here).
- yes. if grant app
all_tripsscope, uber api send webhooks url have registered @ developer.uber.com/dashboard every trip take, i.e. sandbox , real trips alike. note there no way flag uber app "in development" or "in production".
Comments
Post a Comment