CLOSED: Export Instagram feed to database

Is there any way I can achieve this? The apps in the market are no option for me.

Thanks!

I think you have to study this: https://www.instagram.com/developer/
looks quite complicate to me…

Plus, you will need to understand how to use Wix Fetch and HTTP Functions.
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://support.wix.com/en/article/corvid-calling-server-side-code-from-the-front-end-with-web-modules
https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

It might in the end all be a bit too much just to get Instagram onto your website when Wix already have apps that you can use.

If it is myself, I would just look at embedding it through html and then using Wix HTML to pass the data from the iframe to the page and to the dataset etc, rather than having to go through all that hassle of coming up with new JS code to get the Instagram API working with Wix.
https://www.wix.com/corvid/reference/$w.HtmlComponent.html

That is if it even works in the first place as it only lists about using ruby or python or jquery, it does say about using javascript, however that is written into the html code that will be added to your page and not as javascript that Wix can use on it’s own page code for it.

Finally, think about the permissions issue too that would arise form you trying to accomplish this - would you have Instagram or Facebook’s permission to save those feeds to a dataset on your own website?

I think I’m just gonna upload all of it into a non-dataset repeater, because this is too hard to solve my issue.

Why I wanted this, is because my school’s wifi doesn’t support Instagram. So I thought, if I let it somehow refresh when not at the school’s wifi?.. But nvm