如何从 URN 或 id 获取 LinknedIn 帖子的 URL?

Posted

技术标签:

【中文标题】如何从 URN 或 id 获取 LinknedIn 帖子的 URL?【英文标题】:How do I get the URL of a LinknedIn post from the URN or id? 【发布时间】:2021-03-23 18:08:20 【问题描述】:

我可以通过 API 向 LinkedIn 发帖,并获得返回的帖子的 URN/id,但我不知道如何使用返回的 URN 获取帖子的实际 URL。我在 API 文档的任何地方都找不到相关信息。

【问题讨论】:

【参考方案1】:

如果您有分享或 ugcPost,以下 URL 有效:

https://www.linkedin.com/embed/feed/update/<urn>

或者,对于嵌入的内容:

https://www.linkedin.com/feed/update/<urn>

例如:

https://www.linkedin.com/feed/update/urn:li:share:<share-id>

https://www.linkedin.com/feed/update/urn:li:ugcPost:<ugc-post-id>

来自Test Organizations的工作链接:

https://www.linkedin.com/feed/update/urn:li:share:6743008621090611200

【讨论】:

以上是关于如何从 URN 或 id 获取 LinknedIn 帖子的 URL?的主要内容,如果未能解决你的问题,请参考以下文章

python libtorrent 如何从 info_hash 获取 torrent 文件列表?

如何配置 URN

如何获取上传的伪造文件的 URN?

如何使用 javascript/Nodejs 从生成的 urn 中查看 Forge 中的 BIM360 Revit 文件

如何从管道内或管道运行之前获取数据流作业 ID?

如何从 NEAR 协议中的私钥和/或帐户 ID 获取公钥?