Using the Foursquare API, is there any way to determine how distant a user was from the venue he checked in at? The checkin object returned doesn't have any indication what the user GPS coordinates were.
|
|
|||
|
|
|
Foursquare purposefully does not expose a "cheat" bit or the user's device reported distance from a venue via the API. The vast vast majority of users of foursquare do not cheat and the majority of "irregularities" between a user's reported location and the venue's location are due to poor GPS accuracy or are because the user is making a "post-check-in" at a location they were at but forgot to check into earlier. My advice for developers re: cheating is to either ignore it and/or detect it after-the-fact.
|
|||
|
|
|
Perhaps. From the API docs for the Checkin response object:
|
|||
|
|
I think that cannot be done for a normal checkin with the current API. |
|||
|
|