Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a webpage that retrieves facebook posts of a fan page.

The web-page does not require visitors to log in via FBConnect. Instead a Facebook application was created and an application secret was obtained via the following link : graph.facebook.com/oauth/access_token?client_id=[APP_ID]&client_secret=[CLIENT_SECRET]&grant_type=client_credentials

I am thus able to retrieve posts from the fan page via code-behind(php/.net) with the above application's access_token using the following url :

graph.facebook.com/cocacola/posts?access_token=[APPLICATION_ACCESS_TOKEN]

Problem : I cannot find any location specific posts. By location specific posts, I mean posts that are visible only to people from specific countries.

Has anybody been able to achieve this? Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.