I already have the facebook/graph-sdk v5.4.4 up and running.
I noticed that posts that were configured to only appear in some country or for users with certain languages were not appearing in the list return by the api.
How do I make them appear in the listing? Where can I get help with this? I went there https://developers.facebook.com/docs/php/api/5.0.0 and I could not find anything with relation of my problem.
Ideally I would like to be able to send the user language and country to the request so the api sends back the pre-filtered list so I don't have to filter it on my end.