So, I have two developer accounts that I use to test my app and other activities. I am testing my checkin activity from the facebook graph explorer. Both these users have the perms of user_status, user_checkins as well as friend_status and friend_checkins. Now, I am expecting that the graph explorer should show me all checkins from user2 when I am logged in as user1 at the path http://..../[user2_id]/checkins. However, to my surprise, I see zero checkins. On the other hand, when I log in as user2 and go to the graph explorer http://.../[user1_id]/checkins, I do see some check ins, but not all. To be precise, I only see checkins that were made by applications. I do not see checkins made directly from the phone. What did I miss? what perms do i need OR what settings can users have that can prevent checkins from showing up on the graph api?
Thanks a ton folks!