我正在使用 PUT https://api.linkedin.com/v2/eventSubscriptions/(developerApplication:urn:li:developerApplication:li:用户:{成员ID},实体:urn:li:组织:{组织ID},PUT eventType:ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS) 所有参数都完好无损的LinkedinAPI。每个URN被编码为urn:li:organ
我们有一个门户来获取“num-追随者”并运行良好,但是在linkedin升级之后,我们会遇到以下403条消息: <status>403</status> <message>Member xxxx does not have permission to get company xxxx</message>
<
我已经成功地获得了对LinkedIn应用程序接口的访问令牌!然而,我似乎只能发出这个请求调用: GET https://api.linkedin.com/v2/me/ 当我尝试使用以下命令查找其他公共成员的信息时: GET https://api.linkedin.com/v2/people/(id:{person ID}) 我收到403错误提示: serviceEr