我正在尝试在我的页面上搜索以指定文本开头的特定帖子。我可以使用
搜索所有公开帖子https://grpah.facebook.com/search?q=specified text& type = post
或
获取我页面的所有Feed
https://graph.facebook.com/ [page-name] / feed?auth_token = [来自facebook的auth_token_received]
但我无法搜索我页面上的帖子并指定了文字。有没有办法实现这个