Facebook API Feed没有显示标题/消息

时间:2017-09-12 09:08:50

标签: json facebook api facebook-graph-api

我有基于Facebook API构建的Facebook Feed。它工作得很好。但我有一个问题。似乎我无法从某些状态信息中捕获一些文本。

您可以在下面看到API Feed。

This is how the API-feed looks like

Facebook上有两个“空”的帖子:

On facebook

这是调用get json(Token已移除):

https://graph.facebook.com/v2.10/216896781666302/?access_token=*******&locale=sv_SE&date_format=U&fields=posts.limit(2){caption,message,picture,from,link,source,properties,icon,actions,is_hidden,is_expired,likes,comments,shares,status_type,object_id,created_time,updated_time,type}

问题:我没有得到以下文字:“Kultur Karlshamn har uppdaterat sin地址。”和“Kultur Karlshamn har uppdaterat informationen i avsnittet Om”。我找不到关于这个问题的任何明确答案。为什么我没有得到标题/文本?我的API / json调用中缺少哪个字段?

这是我得到的数据: enter image description here

1 个答案:

答案 0 :(得分:1)

可以在story字段中找到自动创建的帖子的文本。

https://developers.facebook.com/docs/graph-api/reference/v2.10/post

  

故事:来自非故意由用户生成的故事中的文字,例如当两个人成为朋友时或当其他人在该人的墙上发帖时生成的故事。