I’m trying to setup the Twitch API to use with Parabola.io - https://parabola.io/ - but don’t know how to set it up. I’ve never used an API before so all of this is extremely new to me.
Twitch Question:
- OAuth Redirect URLs - I’m not sure what I put here? I think it’s the callback URL from Parabola, but I could be wrong. Can someone confirm it would need to be: https://parabola.io/api/steps/generic_api/callback
Parabola Questions:
- I’m using a GET request and I need to supply the API Endpoint URL. What do I put there?
- Authentication - which option do I use: Bearer token or OAuth 2.0 ?
To give you context, I’m trying to pull Twitch Extensions data. Not sure if that determines the endpoint URL or not.