Markk7
Newbie
- Feb 22, 2015
- 22
- 2
Hello everybody,
I have a website that needs to extract data from Instagram to show photos and descriptions of some influencers, calculate the percentage of engagement, etc. but since Instagram has integrated the CORS policy I have a hard time doing this.
For a while I fixed it by replacing the original link with "https: // images" + ~~ (Math.random () * 3333) + "-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https : //www.instagram.com/ "but now this has stopped working too.
Anyone have any suggestions on how to fix this? Thank you
I have a website that needs to extract data from Instagram to show photos and descriptions of some influencers, calculate the percentage of engagement, etc. but since Instagram has integrated the CORS policy I have a hard time doing this.
For a while I fixed it by replacing the original link with "https: // images" + ~~ (Math.random () * 3333) + "-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https : //www.instagram.com/ "but now this has stopped working too.
Anyone have any suggestions on how to fix this? Thank you