Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不清楚何时invalid_request发生错误。如果要授权的令牌不再有效,是否也会发生这种情况?
invalid_request
谢谢,乌多
我不认为这是未经授权请求的结果,因为您应该收到“401 未经授权”错误。
这更有可能是未发送正确参数的结果。尽管文档说这种情况下的错误应该是 invalid_parameters,但在某些情况下会返回“400 invalid_request”错误。