Will Twitch API support custom redirect URIs?

Will Twitch API be supporting custom redirect URIs in the future?

I made a Twitch Client for Android

and what we currently do right now is

override val defaultAuthRequestParams: Map<String, String>
        get() = mapOf(
            "force_verify" to "true"
        )

This will ensure after pressing Authorize that it will redirect to our application. (Tested only on a handful of devices.)

Without this, it would be necessary for us to implement web redirection.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.