LinkedIn SocialActions评论未返回评论摘要

时间:2019-09-12 19:09:06

标签: linkedin

当从SocialAction/{urn}/comments请求评论时,api停止报告commentsSummary属性以标识评论何时有回复。

文档仍然指示应返回此属性。

api.linkedin.com/v2/socialActions/urn:li:activity:6576905293144301568/comments?count=200&fields=id,message,commentsSummary

    {
"elements": [
    {
        "id": "6577564516148748288",
        "message": {
            "attributes": [],
            "text": "Such a great deal!"
        }
    },
    {
        "id": "6576908525027504129",
        "message": {
            "attributes": [],
            "text": "Woo hoo!"
        }
    }
],
"paging": {
    "total": 2,
    "count": 200,
    "start": 0,
    "links": []
}

}

第二项有答复,但没有commentsSummary

我尝试使用场投影而没有场投影。

对于文档中显示的答复,应返回commentsSummary

0 个答案:

没有答案