api - Foursquare Venue - How to get list of people who checked-in and also how to Reply to checkins -


is there api end point returns list of check-ins specific venue in foursqaure. below endpoints not venue specific:

https://developer.foursquare.com/docs/users/checkins

https://developer.foursquare.com/docs/checkins/reply

am missing something??

thanks, d

you can find out how many people @ foursquare venue using herenow endpoint: https://developer.foursquare.com/docs/venues/herenow

if you're logged in, can discover of friends , friends-of-friends checked venue.

foursquare don't expose complete list of user checkin-ins per venue, presumably privacy reasons.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -