> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 修复 “LinkedIn Post Cannot Be Displayed” 错误 | Ayrshare 文档

> 了解导致 “LinkedIn post cannot be displayed” 错误的原因，以及如何修复权限、令牌或内容，让 LinkedIn 帖子通过 Ayrshare 顺利发布。

如果你在 LinkedIn 使用了 [Publish a Post](/apis/post/post) 端点并在帖子中包含了 mediaUrls，即使返回了成功响应，如果媒体或内容不符合 LinkedIn 的要求，帖子也可能不再显示。

例如，LinkedIn 帖子可能返回如下的成功响应：

```json LinkedIn Post Response theme={"system"}
{
    "status": "success",
    "errors": [],
    "postIds": [
        {
            "status": "success",
            "id": "urn:li:share:7287840497870462977", // LinkedIn Social Post ID
            "postUrl": "https://www.linkedin.com/feed/update/urn:li:share:7287840497870462977/"
            "owner": "urn:li:organization:12345670",
            "platform": "linkedin"
        }
    ],
    "id": "PmrbzuYh1hdKMc52zC8"
}
```

但如果媒体或内容不符合 LinkedIn 的要求，使用 `postUrl` 访问时，该帖子可能不会在 LinkedIn 上显示。

<img class="center" width="500" src="https://mintcdn.com/ayrshare-docs/dKBti0xVDJrOZ19f/images/help-center/technical-support/linkedin-post-not-displayed.webp?fit=max&auto=format&n=dKBti0xVDJrOZ19f&q=85&s=f295fa58c3abd736200b8912637b8bf7" alt="linkedin post not displayed" data-path="images/help-center/technical-support/linkedin-post-not-displayed.webp" />

尽管 LinkedIn 一开始可能会返回 `postUrl`，但如果在后处理过程中发现媒体或内容不符合要求，他们会拒绝该帖子。

请参考 [LinkedIn 媒体指南](/media-guidelines/linkedin)，确保你的媒体合规，并核对帖子内容是否可被接受。
