Programmatically open Request Identity Link modal?

Is it possible to trigger the modal window that ask the user to grant permission to reveal his twitch ID, from the extension it self, instead of relying on the user to click to the bottom right icon ?
45 pm
I can see a lot of extension showing screenshots to the user to tell them what to do to authorise revealing the twitch ID. It might be good to reduce login friction.

thanks
-seb

1 Like

Whats to stop you auto clicking the Grant button then :stuck_out_tongue:

I do this:

1 Like

This would be an excellent ability to have. Currently there is a dependency on the twitch design for developers to prompt users, however adding this ability would separate concerns so that any UI changes from the twitch side will not need an update to extension UI.

You can do this with requestIdShare() now https://dev.twitch.tv/docs/extensions/reference/#twitch-actions

Thanks so much - exactly what I was looking for!