【发布时间】:2022-02-25 21:17:25
【问题描述】:
我正在尝试从 ubereats API (https://login.uber.com/oauth/v2/token) 获取令牌(使用 Oauth 2.0 协议),但它返回给我:
{
"error" ; "invalid_scope"
}
这里的文档:https://developer.uber.com/docs/eats/api/v2/get-eats-order-orderid
【问题讨论】:
标签: oauth-2.0 scope postman access-token uber-api