I want to implement UBER API into my android application.
I am using this link for the API and this link for the sandbox
In the header Authorization:
Bearer <token>
In the parameter:
start_latitude,start_longitude
I am following the tutorial, but I am getting an error message:
{"message":"Requires at least one scope. Available scopes: ","code":"unauthorized"}
Why is that?