本文介绍了Linkedin share/ugc post api不提供帖子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用以下端点来检索页面中的帖子
I am using the following endpoint to retrieve posts in the page
https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:xxxxx
即使有帖子,也会获得空元素数组
Even though there are posts, getting empty elements array
{
"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"
}
]
}
}
推荐答案
使用正确的凭据有效
这篇关于Linkedin share/ugc post api不提供帖子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!