问题
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