Hello, first time poster/Tizen developer here.
Looking for some help in implenting oauth2 for Twitch.
I would need to redirect a webpage to twitch login page which I am able to di using the web application framework.
However you must provide a redirect URL which will be hit and return your access token to access the API on behalf of the user.
Is there a way to handle this redirect in the Tizen web browser and capture the token?
Saw a couple posts regarding oauth2 on the forums but none that discussed the redirect url.
Here are some of the doc I'm looking at for Twitch oauth2.
https://github.com/justintv/Twitch-API/blob/master/authentication.md
https://github.com/justintv/Twitch-API