Authorization Code Grant Type for Instagram implemented in Node.js
Node.js should be installed to the machine (better if the version is the latest)
- Clone or download the repository
- Open command prompt in the containing folder
- Type
npm install
to install the node modules - Type
npm start
ornode index.js
to start the application - Navigate to
http://localhost:4000/
via a web browser to view the application
To learn about OAuth 2.0 Authorization Code Grant Type for Instagram visit,
https://hirunimirando.blogspot.com/2018/10/implementing-oauth-20-client-nodejs.html