【发布时间】:2017-08-13 01:21:19
【问题描述】:
我曾经使用提要和帖子边缘调用 facebook 页面节点,它返回包括 cmets 等在内的所有字段,但现在我不知道会发生什么,它只返回 3 个字段(消息、created_time 和 id),我已经用 API explorer、邮递员和我的应用程序(一个 R 包)对其进行了测试,Facebook 有没有改变?即使在搜索 API 中,当我搜索页面时,它也会返回页面的类别,但它不再适用了..
【问题讨论】:
-
请添加您的代码或至少添加确切的 api 调用。你忘了问字段吗?
-
graph.facebook.com/FatherOfNation/posts?access_token=""
"data": [ { "message": "There are two days in the year that we can not do anything, yesterday and tomorrow. - Mahatama Gandhi", "created_time": "2017-06-29T16:21:32+0000", "id": "173835512636336_1606557689364104" }, -
我没有使用请求字段,我默认接收所有字段
-
总是在问题中添加相关的东西,而不是在 cmets...
标签: facebook facebook-graph-api