0
我想在我的android應用程序中實現UBER API。Uber API請求錯誤消息:「此方法不支持該方法。」,
我使用this link for the API和this link for the sandbox
在標題授權:
Bearer <token>
在參數:
start_latitude,start_longitude
我下面教程,但我收到錯誤消息:
{"message":"Requires at least one scope. Available scopes: ","code":"unauthorized"}
這是爲什麼?
快速谷歌,它提出了這個: https://developer.uber.com/docs/ride-requests/tutorials/api/introduction 你需要知道關於OAuth的關鍵事情都可以在你的應用程序儀表板。 client_id和client_secret在設置選項卡上可用。 redirect_uri和**您在授權選項卡上指定的範圍** 認爲您需要查看授權選項卡上的應用程序儀表板 – Draken
一般範圍已激活 – ajit