New to Dev Twitch/ Help setup App

Hi,

I am new to twitch tv, want to create an iOS App using twitch API. Trying to setup dev account & create App to get ClientID. What is the “OAuth Redirect URI” I should provide, since I do not any personal site, is there a Twitch default URI I can use. “https://api.twitch.tv/kraken” is this something open for dev?

Any other related to iOS App is more helpful to jump start, Thanks!

In a development environment, (and some productions environments) you can simply use http://localhost, but if you are using any Authentication, you are going to need some sort of callback for tokens and secrets to be sent to.

And, if I may, if you’re just now starting to develop an app on iOS, I would probably not use Kraken endpoints. that entire side of the API has been deprecated and is scheduled for removal in December 2018. Check out the docs for Helix. It may seem a bit slim right now compared to Kraken, but they’re actively working on improving it.

Thank you for the response! Since I am using authentication, I will try using https://api.twitch.tv/helix/

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