Can't find my post through facebook's search api

▼魔方 西西 提交于 2020-01-06 16:03:24

问题


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"}


回答1:


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.



来源:https://stackoverflow.com/questions/9377275/cant-find-my-post-through-facebooks-search-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!