Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Foursquare checkins

Any idea what can I do to get only the checkins from a specific venue?

If i use it like:

https://api.foursquare.com/v2/venues/VENUE_ID?oauth_token=XXX

i get everything about the venue, and I only need the checkins.

Anyone has a solution? Thanks.

like image 302
sticksu Avatar asked Nov 07 '11 10:11

sticksu


1 Answers

You can see who is currently checked in via the /venues/herenow endpoint. Historical check-in information for a venue is only available to the venue manager via the foursquare merchant platform

like image 121
akdotcom Avatar answered Sep 22 '22 15:09

akdotcom