gpt4 book ai didi

linkedin-api - 领英 API : Server error while listing UGC posts

转载 作者:行者123 更新时间:2023-12-02 08:04:16 26 4
gpt4 key购买 nike

我在尝试列出某个组织的所有 UGC 帖子时遇到服务器错误。

我遵循了那里的 API 文档:https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#find-ugc-posts-by-authors

我正在此 URL 上执行 GET 请求:https://api.linkedin.com/v2/ugcPosts?q=authors&authors=List(urn%3Ali%3Aorganization%3A6645672)

我添加了具有正确值的授权 header 。

应该返回 UGC 帖子,但我收到以下 API 响应:

{
'serviceErrorCode': 0,
'message': 'java.lang.ClassCastException',
'status': 500
}

这是响应 header :

{
'X-LI-ResponseOrigin': 'RGW',
'X-Restli-Gateway-Error': 'true',
'Content-Type': 'application/json',
'Content-Length': '76',
'X-Li-Fabric': 'prod-lor1',
'Connection': 'keep-alive',
'X-Li-Pop': 'prod-efr5',
'X-LI-Proto': 'http/1.1',
'X-LI-UUID': 'lsI6Y1fvpRUgJP1JhSsAAA==',
'Set-Cookie': 'lidc="b=OB36:g=1813:u=339:i=1559916004:t=1559978523:s=AQE_uyAgsS2aohUoPQqxLGIDiYC9Gpfr"',
'X-LI-Route-Key': '"b=OB36:g=1813:u=339:i=1559916004:t=1559978523:s=AQE_uyAgsS2aohUoPQqxLGIDiYC9Gpfr"'
}

出于隐私原因,我不会向您提供访问 token ,但您的团队将拥有我刚刚粘贴到上面的响应 header 中包含请求 ID 的所有详细信息。

感谢社区或 LinkedIn 支持团队帮助我调试此错误。

致以诚挚的问候。

最佳答案

如您引用的文档注释中所述:

All API requests are represented in protocol 2.0.0 and require the header X-Restli-Protocol-Version: 2.0.0.

您应该在请求中添加 header ,例如,以下请求运行良好:

curl -H "X-Restli-Protocol-Version: 2.0.0" "https://api.linkedin.com/v2/ugcPosts?q=authors&authors=List(urn%3Ali%3Aorganization%3A6645672)&oauth2_access_token=<a-valid-token>

希望这有帮助

关于linkedin-api - 领英 API : Server error while listing UGC posts,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56505276/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com