pablobarbera / instaR

Dev version of instaR package: Access to Instagram API via R
106 stars 47 forks source link

getUserMedia is not using the paginations as it should #48

Open laresbernardo opened 6 years ago

laresbernardo commented 6 years ago

Hello Pablo. I love this library but I have been struggling with bigger than 20 posts batch scrap. I checked the getUserMedia function you wrote and definitely there is something about paginations if there are more than 20.. which is Instagrams's limit. But when I use the n=100 it only brings the most recent 20 and stops. Is it possible to get a fix on this? Here is the documentation on paginations: https://instagram.com/developer/endpoints/ Thanks again for your amazing work.