According to Facebook Graph API documentation, it is possible to get detailed informations about users check in. You need an access token and “user_checkin” permissions (https://developers.facebook.com/docs/reference/api/checkin/).
I would like to get the same informations from a “Facebook Place” point of view. I can get the number of check in with :
But I can’t find a way to get an array with detailed informations (who, when, likes connection, comments connection).
I didn’t find anything about that in documentation. Do you have any idea how I could achieve that ? Is it possible ?
For Chekins use the following Graph API :
For getting friends Checkins:
where id is friend id , and authenticatedFacebook is Facebook object
For getting Recent checkins of Logged user :
where access_token is your Valid access token
For getting Checkins of Logged User :