I stumbled upon a problem with the Facebook Graph API today. I simply tried to get all the comments from a specific post: https://www.facebook.com/IGABerlin2017/posts/396682000447623
But the Graph API Explorer returns only one comment:
/167505403365285_396682000447623/comments
Is this a privacy issue? Is there any way for a user to set his or her comments invisible for public API calls?
I even requested all the available permissions when generating the access token... well, without success. This is a public page (and post) and there shouldn't be any problems with permissions...
Thanks for any help in advance.