pablobarbera / instaR

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

getUserMedia limited to 20 posts #30

Closed padpadpadpad closed 8 years ago

padpadpadpad commented 8 years ago

Hi

I am pretty new to this hence the opening and closing! I did not want to submit it when I did!

Basically the new permissions of Instagram mean you can only get the last 20 posts while in "Sandbox" mode before you make your app live.

Any idea how easy it is to submit your app for review or if there is another workaround.

My code and output as so:

CopperPics <- getUserMedia(username = "coppercar_thesausage", token = my_oauth, n = 48, folder = 'data')

20 posts
Downloading pictures...

Whereas there are actually 48 posts in that account...

pablobarbera commented 8 years ago

Yeah, unfortunately it does seem with the new version of the API only the 20 most recent posts are available... :( Nothing I can do on my end to fix this, sorry!