0

Is it possible to get a json list or something of all the users that have ever checked in to my page?

Thanks, Simon

Simon
  • 2,328
  • 6
  • 26
  • 30

1 Answers1

0

No, it is not possible to get the list of users who have checked into a Place.

However, you can use the Tagged Places API to get the list of all the places that a particular person has been tagged at (aka checked in). See https://developers.facebook.com/docs/graph-api/reference/v2.0/user/tagged_places

Simon Cross
  • 13,315
  • 3
  • 32
  • 26