Linkedin API 公司分享 updateUrl returns 无效 link

Linkedin API Company share updateUrl returns invalid link

通过 API 创建 post 时,Linkedin 返回无效页面作为 post URL、

请求URL:https://api.linkedin.com/v1/companies/2414183/shares?format=json

Return 示例: "updateUrl":“https://www.linkedin.com/company/2414183/comments?topic=6329365970687131648&type=U&scope=2414183&stype=C&a=kQPg

如何获得真实的 post 地址?

我报告了同样的问题 days ago 但他们仍然没有解决它,尽管他们在 Twitter 上说他们的工程团队已经意识到这个问题并正在努力修复。

从那以后就没有他们的消息了。

我刚刚构建了 "right" 永久链接 "by hand":

id = "UPDATE-c5323310-6328147480441683969"
url = "https://www.linkedin.com/feed/update/urn:li:activity:#{id.split('-').last}/"