以下查询将获取有关“投资”一词的所有公开帖子。
https:graph.facebook.com/search?q=invested&type=post&fields=id,type,message
然而,只有大约一半拥有type=status
. 其余的是链接视频和图片。替换 type=status 无效。
字段扩展似乎提供了一个解决方案,但我对它的第一个解释是不正确的。
https:graph.facebook.com/search?q=invested&type=post&fields=id,type(status),message
仅获取状态消息的正确方法是什么?
在你说之前,我知道我可以在最后过滤它们,但我正在研究这个解决方案,因为它会更快。