Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to get this library working with Twitch's New API #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nickwleo
Copy link

@nickwleo nickwleo commented Feb 7, 2020

In the years since this library was last updated Twitch has updated their API and the existing code no longer works as-is. This pull request is my implementation fixing that for the project I'm working on so it can be incorporated into this library as well.

@Reveill3
Copy link

Reveill3 commented Apr 7, 2020

Thanks for this I was just about to make these changes myself.

@underaft
Copy link

Can this be merged?

@michaelwachell
Copy link

I second this - can plz merge? 👯


profile._raw = body;
profile._json = json;

console.log(json);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this log and merge this PR

Copy link

@LolkeAB LolkeAB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove a console.log

@allanesquina
Copy link

allanesquina commented May 12, 2020

Hi folks, nice, could it be merged?

Update:

I tried to use that PR but didn't work. I get an error Client ID and OAuth token do not match.

I found that example that is working fine.
https://github.com/twitchdev/authentication-node-sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants