简体   繁体   中英

graph search api no returning my public post

I am using graph search api to search a public post posted for me on my wall. Example:

https://graph.facebook.com/search?q=awstdw&type=post

My post contains the keyword "awstdw".

The above search not returning my post and this is a public post.

What's the problem?

You might need to wait for Facebook to update the cache on this term. It would show nothing if you happened to search for the term before posing something that contained it.

If you try: https://graph.facebook.com/search?q=facebook&type=post you will that it does work. Try creating a new post with a different keyword, and then try searching for it, eg https://graph.facebook.com/search?q=asdasd&type=post

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM