Facebook api for the list of users who check in my facebook page - facebook

How can I get list of users who check in my page(location). Check in counts can get by graph api but didn't get the users details.

Related

How to find Full list of Facebook ID and names of Cities from Facebook Marketing API

How can I use the Facebook Ads API to find a comprehensive list of all the cities that can be targeted for ads, and what parameters should I use in my request to ensure that I receive accurate and up-to-date information?
I tested the following parameter in Facebook Graph API Explorer, and its returned an empty Result, but it displays a complete list of countries when I change location_types=['country']
search?location_types=["city"]&transport=cors&type=adgeolocation
Is there a CSV for all the geolocation details for Facebook? How can I get a List of all cities Facebook Ads GeoLocation has?

Facebook Graph API for fetching the counts for User Posts, Friends, and Likes

Is there a way to find the total counts for
User Posts
Friends
Likes
for the user and not for the pages that the user owns. I only need to have the counts, so I cannot add the permissions user_posts, user_friends, and user_likes.
Please note that, I'm currently using the Facebook Graph API v3.

get books read by friends using facebook api

the facebook profile of a user contains the user likes in form of movies,books,television etc. I want these details for a user's friend.For eg, if B is a friend of A, then the books read by B should be displayed when one logs in the app.
The list of friends returned via the /me/friends endpoint is now
limited to the list of friends that have authorized your app.
Source: https://developers.facebook.com/docs/apps/changelog
Facebook also removed all friend permissions, so you will not get the books of the friends in any case. This is mostly for privacy reasons.

og.follows facebook api returns null

I am trying to get a list of followers who are my friends or facebook pages I like. Facebook API lists og.follows as the way to access this data but despite giving all permissions in the access token, I get empty data screenshot here

How to fetch facebook friends via RPXNow with the PLUS membership

Now We're capable of fetching the profile from facebook to sign in with it.
Now we want to fetch all friends from facebook to check if they are already on our site, but we can only fetch the friends' id as a list.
Is there any way to implement that?