无法通过 facebook 的搜索 api 找到我的帖子
我正在尝试使用 facebook 搜索 API 找到我自己的(公共)墙贴。 该消息包含一个唯一的字符串“50428E8C2021”
,但API调用http://graph.facebook.com/ search?q=50428E8C2021 没有结果。
有什么想法吗?
更新:
访问消息 http://graph.facebook.com/100002274526967_242666405819175 响应 false
。
但是,当使用用户访问令牌调用 API 时,请求响应将包含帖子 ("type": "status") 使用 "privacy":{"description":"Public","value":"EVERYONE","allow":"0","deny":"0"}
I'm trying to find my own (public) wallpost with the facebook search API.
The message contains an unique string "50428E8C2021"
But the API call http://graph.facebook.com/search?q=50428E8C2021 has no results.
Any ideas?
Update:
Accessing the message http://graph.facebook.com/100002274526967_242666405819175 responds with false
.
But when call the API with an user-accesstoken the request response with the post ("type": "status")
With "privacy":{"description":"Public","value":"EVERYONE","allow":"0","deny":"0"}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并非所有内容都通过搜索 API 编制索引。例如,它仅包含过去两周左右发布的帖子。
Not all content is indexed via the search API. It only contains posts, for example, that were published in the last two weeks or so.