Open Dentrax opened 2 years ago
you can get the list of media likers and search it locally at your end.
you can get the list of media likers and search it locally at your end.
Due to #657, instead of getting list of media likers, I'm looking for the related search endpoint like how Instagram did in mobile app.
In the app, It will search from already loaded list, not from all likers.
In the app, It will search from already loaded list, not from all likers.
Oh, I see now. Are you claiming that Instagram also rate limited by their own API? (since aforementioned issue mentions related endpoint returns max ~1K users)?
But it's not called rate limits, it is the max limit for each media on the app(1k likers).
app and api works differently
app and api works differently
I don't think it works different.
Tell me please how to get 1000 likes, not 100? HikerAPI does it
I know. I can't share. Publicly.
In mobile app we are able to search in media likes as following:
Instead of calling
media_likers()
and traversing the entire list to check if given user exists, is there any way to do search in media likers? (because this api is rate limited to ~1k likes) I couldn't see in the media documentation, so I filed this.I somewhat needed
media_likers_search(media_id: str, search: str)
that returns list of user.