Search code examples
apifoursquare

Is it possible to get recent checkins at a venue with the Foursquare API?


THe checkins/recent endpoint only returns friends of the authorized users. I'm wondering if there's any way to get recent checkins at a specific venue for all users.


Solution

  • This is generally not allowed for privacy concerns. If you are building an app for venue managers though, you can subscribe to the venue push API, and your users will see check-ins to venues they manage.