I need to get all checkins posted by friends or checkins where a friend has been tagged. I want to display these checkins on a map with the name of the friend.
I am using this request: https://graph.facebook.com/search?type=checkin
The problem is that I get tagged users that are not friends, and the author of the checkin may or may not be a friend, so I have to either get the complete friend list and find out who is friend and not, or make separate queries for each person to check if he is a friend.
Is there a way to request a list of checkins containing the following:
- checkin_id
- location
- the friends that are associated with that checkin (the friend that posted the checkin or the friends that are tagged in the checkin).