Trying to get a list of Facebook IDs for those who have checked into a place

Go To StackoverFlow.com

1

I am trying to determine if it is possible to get a list of Facebook users and IDs (via JSON I assume) that have checked in to a place/page.

Is this even possible? Do you need an access token from each user account to access this information? I found Facebook's documentation to be less than helpful...any help will be much appreciated!

2012-04-04 04:54
by zstix


0

You can query the FQL checkin table but at most (based on the permissions granted) you'll get the user's & her friends' checkins.

2012-04-04 13:04
by Richard Barnett
Thanks, I was afraid that was the limitation - zstix 2012-04-04 14:22
Ads