LinkedIn New Developer Program API 变更 - 公司份额是否可用?
LinkedIn New Developer Program API Changes - Will company share be available?
In this post from LinkedIn they mention the open APIs will still support sharing content with the Company API, but if you look further in their Developer Program Transition Guide 他们说唯一可用的端点是
- 简介API —
/v1/people/~
- 分享 API —
/v1/people/~/shares
- 公司API —
/v1/companies/{id}
这是否意味着 /v1/companies/{id}/shares
将不可用?我发现这具有误导性,无法在其他任何地方找到答案。有人吗?
问得好——我也有同样的困惑。我的解释是 /v1/companies/{id}/shares
仍然可用 ,因为:
Finally, if you still find you have questions about what will be possible after May 12th, please take a moment to check out our Apigee API console and browse the updated documentation on the Developer website.
Apigee API console 仍然显示 /v1/companies/{id}/shares
端点
updated documentation for company pages still shows the /v1/companies/{id}/shares
create a company share 端点
我发现 linkedin 不再支持除注册公司所有者以外的任何人访问公司 api 端点。这是对基本配置文件请求的回复:
LinkedIn::Errors::AccessDeniedError: (403): Member 6xxxxx4 does not have permission to get company 7xxxx1
In this post from LinkedIn they mention the open APIs will still support sharing content with the Company API, but if you look further in their Developer Program Transition Guide 他们说唯一可用的端点是
- 简介API —
/v1/people/~
- 分享 API —
/v1/people/~/shares
- 公司API —
/v1/companies/{id}
这是否意味着 /v1/companies/{id}/shares
将不可用?我发现这具有误导性,无法在其他任何地方找到答案。有人吗?
问得好——我也有同样的困惑。我的解释是 /v1/companies/{id}/shares
仍然可用 ,因为:
Finally, if you still find you have questions about what will be possible after May 12th, please take a moment to check out our Apigee API console and browse the updated documentation on the Developer website.
Apigee API console 仍然显示
/v1/companies/{id}/shares
端点updated documentation for company pages still shows the
/v1/companies/{id}/shares
create a company share 端点
我发现 linkedin 不再支持除注册公司所有者以外的任何人访问公司 api 端点。这是对基本配置文件请求的回复:
LinkedIn::Errors::AccessDeniedError: (403): Member 6xxxxx4 does not have permission to get company 7xxxx1