Specifically, using channel.chat.message as an example.
I have registered my application. I got the secret key.
Then I generated an address with “all” access areas and sent it to the broadcaster.
I got permission and saved the access key.
Then when I try to create a subscription by specifying in the “Authorization” field the received access key and in the “Client-ID” field the identifier of my application, I get the following response
“auth must use app access token to create webhook subscription”
I saw one thread in the forum about this problem, but I still don’t understand what’s wrong.
Can someone please give me in order, point by point, links to the right methods that need to be executed in a certain order?