Instagram feed api

0
Is there a way to embed an instagram feed into an app? For example I’m working on a university fitness app for my school and I wanted one of the pages to essentially just pull images from the school’s fitness instagram.
asked
1 answers
1

Anthony,

Haven’t done this myself, but Instagram has a REST Api – documentation here: https://www.instagram.com/developer

and Mendix can consume REST APIs natively – example and documentation here:  https://docs.mendix.com/howto7/integration/consume-a-rest-service#8-example

So I think you should be able to do this with a bit of work.

Hope that helps,

Mike

answered