问题
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