When using the Facebook Graph API, e.g: this syntax:
https://graph.facebook.com/v2.2/[username]/posts?locale=en_gb&access_token=[access_token]
I found it returns all posts by the Facebook page (including posts targeted at different regions, e.g. UK, Peru, Russia and therefore the same post - but in different languages.
We used this method to create a permanent access token by the way (Long-lasting FB access-token for server to pull FB page info)
Is there another method, to pull published posts from a page feed - with a filter on the targeted locale and/or location? It doesn't look like the Page Feed Graph API supports this filtering? (https://developers.facebook.com/docs/graph-api/reference/v2.2/page/feed).
Would Facebook Query Language cater for this?