Changed to kraken, after entering user id & pwd started getting Bad request as attached screen,
Once it is failed, keep getting this to any further calls:
Getting {“error”:“Not Found”,“status”:404,“message”:“”}
I don’t use the implicit code flow myself, but if I understand it right you just use http://localhost (and set the redirect to match that in your dev dashboard) and have your app grab the access token as a fragment of the URL.
Using implicit auth the redirect URL should be the URL the auth is initiated from, as the user will end up in [redirect url]#access_token=something&state=and-so-on....
What should be the URL, the auth is initiated from a native iOS App?
As per other Apps like instagram, it is URL schemes supposed to define in plist.
But on twitch dev account, it only allows url like http://something.com
As per other Apps, OAuth request, TwitchOAuth is defined as attached