我正在使用已通过 OAuth 2.0 授权设置并具有以下权限(范围)的 Postman
r_liteprofile r_emailaddress rw_organization_admin w_organization_social r_organization_social w_member_social
我可以很好地向/me
端点发出请求,它会返回相关数据但是我正在尝试使用 urn 发出以下 GET 请求 - 但得到的错误响应低于我做错了什么?
https://api.linkedin.com/v2/socialActions/urn:li:fs_miniCompany:24799518/
// 我在 Postman 响应中的错误
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET /socialActions/urn:li:fs_miniCompany:24799518/",
"status": 403
}