jwerle / sauth-instagram

Instagram sauth strategy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sauth-instagram

Instagram sauth strategy

install

$ npm i sauth-instagram

usage

Command line arguments:

$ sauth instagram \
  --client-id=CLIENT_ID \
  --client-secret=CLIENT_SECRET
  --redirect-uri=REDIRECT_URI \
  --port=SERVER_PORT

JSON configuration:

$ sauth instagram -c conf.json

conf.json

{
  "client_id": "CLIENT_ID",
  "client_secret": "CLIENT_SECRET",
  "redirect_uri": "REDIRECT_URI",
  "port": 9999
}

license

MIT

About

Instagram sauth strategy

License:MIT License


Languages

Language:JavaScript 100.0%