uber api - Book a cab on my behalf, the code is not production ready, how to proceed then? -
i trying auto-booking of cab code uber, me. have clientid, client secret , access token. how use them can fire request , monitor status whether has been booked or not? or if no cabs available retry @ specific intervals unless cab gets booked. please guide me. in meantime while trying fire v1/me, getting 401 unauthorized.
did try following authentication tutorial understand if requests fire expected?
also, you're getting down voted because there code or enable debug issue. if hints in tutorial not help, please provide more details on headers add. need have authorization header: authorization: bearer <your_access_token>
valid access_token.
Comments
Post a Comment