How do I get to the posts that are put under 'VISITOR POSTS' on a Facebook page? I have been unable to find these in the Graph API and am starting to wonder whether the API grants access to the at all.I tried:
v2.5/me/feed?fields=reactions=Reactions read API requires version v2.6 or higherv2.5/me/feed?fields=comments= Not the comments I wantv2.5/me/comments=Tried accessing nonexisting field (comments) on node type (Page)
Is it even possible to access VISITOR POSTS?