Deep link OAuth Redirect URLs

Hi I am trying to set up twitch login in my app but having some issues

  • I get the following error when using the deeplink format for apps
    unitydl://mylink?scene1
    where unitydl is the scheme and mylink is the host

Redirect URIs must use HTTPS protocol.

does anyone have any info on how I could do this

Twitch oAuth doesn’t support custom URI protocols

Only https is supported (except for local testing)

Thanks alot for the quick response