We use comment moderation, and the graph API is returning everything (including comments that should be hidden). There doesn’t appear to be a way to see the status of the comments or filter them out of the results.
We use comment moderation, and the graph API is returning everything (including comments that
Share
You can use FQL to query only comments that are public. Use the is_private column of comment table to do it (as Ryan says). Let me add some examples:
For example to see only public comments:
Note that you can also make multiple queries to get more info about the user, for example: