gpt4 book ai didi

java - 解决了在 linkedin 页面中发布共享时网址不起作用的问题

转载 作者:行者123 更新时间:2023-12-02 09:58:10 25 4
gpt4 key购买 nike

我正在尝试在内容实体中发布包含实体位置和已解析 Url 的共享,即使我将resolvedUrl 指向图像,它也不会考虑该图像,而是从实体位置获取“og:image”。我没有看到resolvedUrl 有任何用途。

建议如何使用resolvedUrl ie。带有自定义 url 的图像。

正文:

{
"owner": "urn:li:organization:xxxxxxx",
"distribution": {
"linkedInDistributionTarget": {}
},
"content": {
"contentEntities": [{
"entityLocation": "https://www.cricbuzz.com/cricket-news/107673/ipl-2019-rishabh-pant-shikhar-dhawan-propel-delhi-capitals-to-the-top-rr-vs-dc-rajasthan-royals",
"thumbnail": [{
"resolvedUrl": "https://www.cricbuzz.com/a/img/v1/595x396/i1/c168531/watson-led-csks-chase-of-176.jpg"
}]
}],
"description": "Description of attachment",
"title": "Title of the attachment"
},
"text": {
"text": "Hii Kaushik from builder"
}
}

最佳答案

您好,我认为这可能是因为拼写错误:应该是“缩略图”而不是“缩略图”,看看它是否有效。

链接:https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#post-shares

{
"owner": "urn:li:organization:xxxxxxx",
"distribution": {
"linkedInDistributionTarget": {}
},
"content": {
"contentEntities": [{
"entityLocation": "https://www.cricbuzz.com/cricket-news/107673/ipl-2019-rishabh-pant-shikhar-dhawan-propel-delhi-capitals-to-the-top-rr-vs-dc-rajasthan-royals",
"thumbnails": [{
"resolvedUrl": "https://www.cricbuzz.com/a/img/v1/595x396/i1/c168531/watson-led-csks-chase-of-176.jpg"
}]
}],
"description": "Description of attachment",
"title": "Title of the attachment"
},
"text": {
"text": "Hii Kaushik from builder"
}
}

希望这有帮助。

关于java - 解决了在 linkedin 页面中发布共享时网址不起作用的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55837093/

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