Skip to content

hinami95/oauth-2.0-client-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth-2.0-client-nodejs

Authorization Code Grant Type for Instagram implemented in Node.js

Prerequisites

Node.js should be installed to the machine (better if the version is the latest)

Steps to run the application

  1. Clone or download the repository
  2. Open command prompt in the containing folder
  3. Type npm install to install the node modules
  4. Type npm start or node index.js to start the application
  5. Navigate to http://localhost:4000/ via a web browser to view the application

Blog Post

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published