The following Graph API gets the first checkin for each friend. How do you get the last checkin?
me/friends?fields=checkins.limit(1).fields(from,message,place.fields(id,name,location,likes,website,phone,description,checkins),tags)
Note that I can remove the limit but that is going to give me all the checkins which is not what I want.