Fetch users who has checked in at particular location or page from Facebook Graph API -


I would like to receive a list of users from Facebook Graph API 2.0, which has checked in a particular place or page. I tried to use this like this:

But it does not provide that information. Is this a privacy issue?

Is there any way that if I am the page administrator of this place, where people check people, can I get the User ID of those users?

Any help or guidance will be highly appreciated.

Regards

This is not possible IMHO, because the user's check-in access Are bound to restrictions, which means that each user must allow their app to allow their data.

As you already do the restructuring, the page itself does not have the edge to check:


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -