I am currently making a Simple Application that helps to book uber cabs. I need to test the ride request feature, hence I am using Sandbox API. However, as my app is not yet ready for production I cannot have the request scope. Whenever I send a request call to the Sandbox API all I get is this error
{ "message": "Missing scope: request", "code": "unauthorized" }
How do I get the access to make test calls? My app is not yet ready for production to apply for real API. Please Help.
Thanks in Advance.
