-
Notifications
You must be signed in to change notification settings - Fork 10
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
Updated twitch API #4
Comments
Any news? |
Try this fork https://github.com/bajoraner/arduino_twitch_api-1 |
Still no news ? this lib doesn't work. not even with the last updated fork :( |
just do plain http requests like so : https://gist.github.com/tavdog/9ef82e1c0c0445671581eb2ca3862520 |
I've no idea if this library still works , but since I wrote it , esp8266
now force https verification unless you tell it otherwise. So putting
client.setInsecure(); in the setup (or doing some other verification like
setting the fingerprint) might make it work
…On Tue 15 Feb 2022, 06:09 Tavis, ***@***.***> wrote:
just do plain http requests like so :
https://gist.github.com/tavdog/9ef82e1c0c0445671581eb2ca3862520
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL5PQW5HIRPFXGKTZQ7M2TU3HU25ANCNFSM4QTLCT7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
hello i have write on the setup client.setInsecure(); and it seem to help thanks a lot [EDIT]: the code works perfectly, [1] use this fork https://github.com/bajoraner/arduino_twitch_api-1 [2] put client.setInsecure(); in the setup [3] make the CLIENT_ID and the ACCESSTOKEN with an another website ( not https://dev.twitch.tv/ ) ( for me https://twitchtokengenerator.com/ works perfectly ) have fun ! |
Apologies if this is the wrong place to post this. I was just wondering if it is possible to get this working now that the twitch API has been updated. I keep getting 401 authorisation errors. From reading I think OAuth/tokens might need adding but not sure where or how to, so any advice would be appreciated. Thank you.
The text was updated successfully, but these errors were encountered: