how to test the api instagram basic display without a deployed website?
2

Hello everyone, I have to display an instagram feed but i already don't have a website. How can I test this before deployment? I can't with a http://127.0.0.1:8000. Thanks.

Léo
Asked about 3 years ago
Selected Answer
3

You need a SSL connection to login. You could implement the login process, add some tunnel software like ngrok to get a SSL connection established. Login and then test your app.

January 20 at 5:15 AM
Oliver