linkfy/Tools-for-Instagram

Max items for accountFollowersFeed?

Opened this issue · 2 comments

Is there currently a limit in the amount of items that the accountFollowersFeed returns? If so, how can I query the full list?

I noticed that the src for getMyLastFollowers slices the result coming back from the API. So imo, without a proper way to set the order of items (for example by date), this will never be a reliable way to get the latest followers.

Ok that's all good. But the question remains then whether await accountFollowersFeed.items() return ALL the followers for the feed in one go. Or does the response contain an iterator or something?