Giter Site home page Giter Site logo

Comments (3)

dialogik avatar dialogik commented on June 25, 2024 1

I am (currently) just using it for my own purposes. I followed your recommendation with the implicit flow and it worked. Thanks a lot.

from tesjs.

mitchwadair avatar mitchwadair commented on June 25, 2024 1

Happy to help!

from tesjs.

mitchwadair avatar mitchwadair commented on June 25, 2024

Hi!

The way Twitch's EventSub system works is that authorization is handled internally and tied to a client id. So, you'll have to authorize your client to have access to that scope. If you are unfamiliar with this, you can check out the doc here.

If you are using TESjs for personal use it should be as simple as using the OAuth Implicit Grant Flow. Just build yourself a URL with your client id and localhost as your redirect uri (make sure it is registered on dev.twitch.tv for your application's OAuth Redirect URLs). If you are creating a service that other people can use, you'll have to set up your authentication similarly for that as well, but with some sort of user-facing website (using whatever authorization flow makes sense for your app). Once your app has been authenticated with the correct scopes for whatever you need, it'll be good to go!

Hopefully this helps!

from tesjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.