checkins/recent not returning comments or even counts of comments
- by Gilbert
My application has been using the checkins/recent endpoint to show where all the current users friends are currently at and I had included a button the user could press to comment on a checkin. The button used to have the comment count on it until recently.
It seems the checkins/recent endpoint no longer returns comments or even a comment count for those checkins. I would have to query each checkin in order to get the comment count which adds to the data usage not to mention API usage counts.
Is there another way to do this that I'm not seeing? Could you please at least put the comment count back? You have the photo information, why not comments?
Thanks