Possible to get most recent likes on media? #1986
Unanswered
tophboogie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to build a small helper app to show me the users who have recently liked my ad. If I can compare the list of UserShort objects to the previously returned list I could just show the new likes. However I'm unsure of how the api chooses which likes to return since it doesn't seem to do it in chronological order.
The documentation notes that the media_likers function is limited and might not return all likes. Indeed of the almost 3000 likes shown in the instagram app the API returns 998 likers. Is it possible to have it filter by when the like happened?
Does anyone have any insight to help me out?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions