我正在使用 Brightspace API。
我使用的是post方法,URL是https://auth.brightspace.com/core/connect/token
参考链接在这里
我有以下所有详细信息
Auth URL, Access Token URL, Client Id, Client Secret, Scope,
Grant类型为,我选择的是授权码选项。
在标头中,Content-Type 也是 application/json
现在,当我单击发送按钮时,我收到错误
{
"error": "invalid_request",
"error_description": "Missing \"grant_type\" parameter"
}
知道我收到此错误吗?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号