通过 FQL 识别 Facebook:comments 中的垃圾邮件
我正在运行 FQL 查询来获取网站上发布的特定帖子的评论。
有没有办法识别是否被标记为垃圾邮件?
如果没有,我可以看到博客所有者删除了一些评论,以便它们在网站上不可见。是否有办法识别哪些内容已被博客所有者“隐藏/删除”?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 is_private 属性。当评论被标记为垃圾邮件或删除时,它似乎被设置为 true。
I'm using the is_private attribute. It seems to be set to true when comment is marked as spam or deleted.