NicklasWallgren / instagram-api

Instagram Private API
MIT License
145 stars 47 forks source link

following list max 50 #77

Open bymrhan opened 1 year ago

bymrhan commented 1 year ago

When I pull the list I follow, it draws a maximum of 50 people, but my list is 180 people, how can I solve this problem? The list I follow is not working properly.

BigBalli commented 1 year ago

you need to call following() again but passing nextMaxId as second parameter from the first response.