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