Hello,
newbie extension developer here.
I’m trying to build a panel extension as a toy project, the extension should be a panel with a list of channels that people can follow directly from the list.
As far as I know this should be possible using twitch.ext.actions.followChannel.
Now, is it the action available automatically for authenticated users?
Moreover, an issue I’m facing is that the onAuthorized function is never called… I’m using the React boilerplate starter project. and twitch-ext.min.js is loaded.
Do I need this for this kind of extension?
I appreciate any help
Thanks in advance