通过 FQL 识别 Facebook:comments 中的垃圾邮件

发布于 2024-12-18 13:55:40 字数 144 浏览 2 评论 0原文

我正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅沫记忆 2024-12-25 13:55:40

我正在使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文