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 am trying to come up with an easy way to find cities and attractions via the graph to display the 'were_here_count' count next to its receptive listing on a website. For example on a Paris page it would have '12,320,600 Where here' next to the word Paris on the website. And this will be replicated across the site for various other destinations and attractions.

I have tried the following to get the Paris listing but i am returned with so many results. I'm wondering if there is anyway I can run this with minimal manual checking.

This is what I am running at the moment

https://graph.facebook.com/search?q=paris&type=place&fields=were_here_count&access_token=ACCESS-TOKEN

Moving forward I will need to run queries for all the major cities and attractions in the world, so the less manual checking to ensure I have the correct page the better.

If anybosy has a better solution please let me know.

Many 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.