Identify Spam from fb:comments via FQL

江枫思渺然 提交于 2019-12-10 10:08:41

问题


I'm running an FQL query to get comments for a particular post made on a site.

Is there a way to identify whether it has been marked as spam?

If not, I can see that the blog owner removed some comments so that they are not visible on the site. Is there a away to identify which have been "hidden/deleted" by the blog owner?

Thanks


回答1:


I'm using the is_private attribute. It seems to be set to true when comment is marked as spam or deleted.



来源:https://stackoverflow.com/questions/8301801/identify-spam-from-fbcomments-via-fql

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