当我尝试使用https://api.linkedin.com/v2/shares在linkedin中分享时 我出错了。
{
"message": "Owner entity type person is not supported",
"status": 400
}
我在正文中发送的数据是
{
"content": {
"title": "Test Share with Content"
},
"owner": "urn:li:person:anuroop-francis-29278068",
"subject": "Test Share Subject",
"text": {
"text": "Test Share!"
}
}
答案 0 :(得分:0)
也许您正在向分发对象发送如下内容
"distribution": {
"linkedInDistributionTarget": []
}
请注意,linkedInDistributionTarget是数组,但根据文档应为对象。