400(Bad Request)

I’m trying to log in with my Electron desktop app through the twitch login credential,
*

Failed to load resource: the server responded with a status of 400 () id.twitch.tv/oauth2/token:1

*[After loading the my app]

> POST https://passport.twitch.tv/integrity 400 (Bad Request) [After trying to log in with my twitch login credential]

I’m using axios to post the data. I’m not sure how to resolve this error. Could you please help me with this matter?

Electron isn’t a “supported browser”

This example I wrote illistrates an alternative method to authenticate into electron without having to deal with the “supporter browser” issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.