Retrieving which users have made check-in in a place
Is it possible to get who made a check-in from 开发者_StackOverflow社区a place via Graph API or another way?
You can do it with Graph API through this url
https://graph.facebook.com/me/checkins?access_token=...
And you cal also use FQL to retrive information from checkin table. here is the link
精彩评论