Searching public posts on facebook

元气小坏坏 提交于 2019-12-02 19:41:20

问题


I'm developing a Java business application and I need to search public posts on Facebook that contain specific keywords. I tried using the RestFB library but I quickly realised that making a public search for posts is not supported any more by the Facebook Graph API.

So, my question is the following: is there another way to search for Facebook posts?


回答1:


No, there is no other way. Public Post Search has been removed a long time ago and there is no alternative. There is only this one, but you can't apply: https://developers.facebook.com/docs/public_feed



来源:https://stackoverflow.com/questions/33842368/searching-public-posts-on-facebook

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