当我将此JSON发布到Share API时:
{
"comment": "Here is my comment",
"content": {
"title": "Here is my title",
"description": "Description: The picture will be of a blue and gold macaw",
"submitted-url": "https://en.wikipedia.org/wiki/Macaw",
"submitted-image-url": "http://yourshot.nationalgeographic.com/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxoJBD4C1qJrqA8EfaP7jL8gZYg0MJlb9NNBxrHhmaSdwF/"
},
"visibility": {
"code": "anyone"
}
}
Run Code Online (Sandbox Code Playgroud)
我在活动中看到了这个:
我没有看到的是描述字段中的内容.我没有写这个原始的集成,但我的项目经理声称LinkedIn UI最初显示这些描述.有什么变化?我们做错了吗?
更新:
我刚才注意到一个类似的问题:
我实际上不确定从SO角度应该做什么,因为我提供了额外的内容,我认为这有助于识别问题.