I want to send a request to show 3 newest posts from the facebook group where I am an Administrator by using Facebook Graph API Explorer (https://developers.facebook.com/tools/explorer). Here is how my request looks like:
The problem is that I'm getting only posts created by me in this group and I want to get newest 3 posts from ALL Facebook group users, not only me. What I'm doing wrong?Documentation is not saying anything about it or at least I cannot find it https://developers.facebook.com/docs/groups-api/guides#getting-group-posts
PS. Yes, I generated User Access Token and I granted it all possible permissions just to be sure that I did not miss anything.