Getting access token from Twitch android app

I am trying to integrate twitch login for my android app like facebook or google. How can I get the access token
by opening the twitch app ? I have implemented the same when there is not twitch app installed.

Please help me on this. I can find no documentation on this as well.

Thanks

You should make an auth flow on your app that follows the docs. https://dev.twitch.tv/docs/authentication/

The Twitch Android App itself will not share any tokens.

So are you saying that the only way to authenticate a user is by in app webview?

Correct

Okay thanks a lot

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