Hi!
I’m using the songrequests API to display the current song on a custom overlay. This has worked for many months, but today (or some time in the last couple of days) it stopped working.
The API is returning a songrequest queue, but not the one of the streamer the oauth token belongs to. It’s returning mine. I tried it with curl in a terminal to make sure it wasn’t my code, but even when I access the /me
endpoint it’s returning my data, not the data of the user the token belongs to. I tried it with multiple tokens of different test accounts.
Maybe for some reason the API picks the user who registered the oauth client, instead of the user of the oauth token?