1.0.5 • Published 6 years ago

falln-away v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

HOW TO USE

  1. Make an app here
  2. Copy the client id and client secret in config.json, and set up its values found in config-sample.json
  3. Visit the Quick Access Token link below, and fill in acces_token in config.json, leave refresh_token blank - it will be updated when you authorize successfully
  4. Set the port to any number higher than 1024, for reasons, however, if you have a domain set up, you will want to enable the port_exposed property, so it will be included in the redirect URI
  5. Set the OAuth Redirect URI to http://localhost:443/auth/twitch/callback if locally testing, otherwise, use your IP or domain instead of localhost
  6. Run examples/index.js
  7. Visit http://localhost:443/auth/twitch to authorize

Some Helpful Links