I'm using graph API to get posts from facebook for a specific page, but there are some posts that are targeted to a specific region and those never come in the results.
I'm requesting posts like this:
https://graph.facebook.com/FBPage?fields=id,name,link,picture,posts{message,picture,link,likes,from,feed_targeting,targeting}
That's return all posts global posts but the geo targeted ones not.
Does anyone here know if there is any possibility to filter a specific region to get those posts or even request that facebook don't take in consideration the geo target information?
SOLVED: The problem was really with tokens, to solve we got a user that has access to all pages that we need and generate a token using its credentials, that token make all the magic happens.