Instagram

Get local Instagram api credentials with Ngrok

Submitted by christophe on Thu, 12/12/2019 - 17:57

It can be long to find the way through the documentation for these simple steps, so here is a shortcut.
Go to https://www.instagram.com/developer/clients/manage/ and get a Client ID and Client Secret.

 

  1. Start a local server
    php -S localhost:8000

     

  2. Start Ngrok and get the forwarding url
    (e.g. http://my.ngrok.io)
    ./ngrok http 8000

     

Tags