I need my app to display a list of places my friend recently checked in. To do that I used "checkins" endpoint - https://api.foursquare.com/v2/users/USER_ID/checkins. But unfortunately it does not work as expected. It returns recent checkins only of currently logged in user "self". I managed to get one latest checkin of selected friend only. Well "one" checkin only does not help much but brings even more confusion. People think my app is not functioning correctly and complain! :(
It is clearly stated in documentation that only "self" is supported at the moment. I wonder how soon will foursquare allow us developers to read at least 5 or 10 recent checkins or is there any other way to read more than one checkin of selected friend?
I do not want users of my app to think it is not functioning correctly and uninstall it :(.