Is there any way to get only the number of checkins that occurred recently to a Facebook page/place ?
I know I'm able to get the checkins using something like this:
GET \ "https://graph.facebook.com/v2.9/{{page-id}}?fields=checkins&access_token=..."
But it seems to return all the checkins of the page since it was created. Can I get only the recent checkins somehow ?
Thanks.