I'm developing a windows phone application based on foursquare API, here is a scenarios like this: A user is walking on the road with a phone. He uses my application to find out who just check-in (including strange's check-in) in foursquare around his location, is it possible to implement this request? Thanks!
Asked
Active
Viewed 84 times
1 Answers
1
A quick check of the foursquare API indicates that there appears to be a way to get just what you're after. Simply get a list of nearby venues and then find out who is at each:

Matt Lacey
- 65,560
- 11
- 91
- 143
-
Check-ins depend on specific venue, not a coordinate. – sunjinbo Aug 06 '12 at 09:28