当我进行以下链接的V2 Api调用时,我没有获得权限错误 https://api.linkedin.com/v2/socialActions/ {share URN}?oauth2_access_token = {access token}
LinkedIn Api回复
{
serviceErrorCode: 100,
message: "Not enough permissions to access /socialActions/{target} GET ",
status: 403
}
Run Code Online (Sandbox Code Playgroud)
这些是 默认应用程序权限
有人可以帮忙吗.(需要在V2 api上完成这项工作)