Check Check API at the Get All Users List installation location

I want all Check-In users in my place. But Facebook only provides users who are available on my friends list.

I tried the link below.

https://graph.facebook.com/search?type=location&&place={My Place ID}&access_token={My Access Token}

Can anyone suggest? Can I get a list of all users (not only my friends) on My Place using the registration API?

Thanks in Advance ....

+5
source share
1 answer

Try to do this using FQL Facebook. Check if you are using application accounts and see what you need from your permission.

Look at this link on Facebook.

https://developers.facebook.com/docs/reference/fql/checkin/

0
source

All Articles