I wrote a Instagram Reverse Proxy API which supports CORS, pagination and limits
1–2 of 2 posts
Re: I wrote a Instagram Reverse Proxy API which supports CORS, pagination and limits
#2Accessing Data
1. The following will give you access to the same data instagram provides. /media/" rel="nofollow">https://instareproxy.herokuapp.com//media/
2. Limiting the amount of images to be sent. /media/?count=10" rel="nofollow">https://instareproxy.herokuapp.com//media/?count=10
3. Using jsonp /media/?callback=foo" rel="nofollow">https://instareproxy.herokuapp.com//media/?callback=fo...
4. Using pagination: Each response has url links to the next and previous page, you can use that to traverse through the results.