我使用以下端点检索页面中的帖子
https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:xxxxx
即使有帖子,也会获得空元素数组。
{
"elements": [],
"paging": {
"total": 1,
"count": 10,
"start": 0,
"links": [
{
"rel": "next",
"href": "/v2/shares?count=10&owners=urn:li:organization:XXXXXXX&q=owners&start=0",
"type": "application/json"
}
]
}
}
发布于 2020-01-15 16:17:20
使用正确的凭据有效
https://stackoverflow.com/questions/59739495
复制相似问题