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 was just wondering...Is it possible to check whether a specific user has checked in a specific city?

For example, if John has previously checked in at some restaurants in London and Paris, is it possible to test from within my application if John has visited something in London or Paris?

Thanks!

share|improve this question

1 Answer

Sure, within reason.

share|improve this answer
Thought about that, but I needed something more precise. I need to check whether the user has checked in a city any time in the past, not only from the recent history, and I need to be sure whether the venue is within a city or not (radius from city center is pretty tricky - it is not always a circle and it varies from one city to another). – linkyndy Nov 30 '11 at 21:33
1  
The recent checkins take an offset/limit set of parameters so that you can walk through the entire history. Then just use a Geocode API to actually see if that location falls into a city set of interest. – Jeff Wilcox Dec 2 '11 at 20:24
Thank you for your suggestion. Will definitely try it, but I will let this question open for any other different ideas. Thank you again! – linkyndy Dec 6 '11 at 20:02

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.