Redirect Uri to localhost ACCES DENIED

Hey guys
I am new to this stuff and I am trying to work on acces to the whole api.

I want it to acces localhost which should be: http://localhost.

I have tried everything when I put it into the redirected link!
I even tried this https://api.twitch.tv/kraken/oauth2/authorize
?response_type=code
&client_id=12345678EXAMPLE1234
&redirect_uri=http://localhost:8080/connect/twitch/
&scope=user_read chat_login

I registret the application on twitch where I put http://localhost:8080/connect/twitch/
as redirect to but I get acces denied! :frowning: Help me plz

You need to host your content on a web server. No exception.

The Twitch application can’t redirect to localhost because it doesn’t exist outside of your own computer.

You should also be doing more research in web development before attempting to use the API. This is really basic stuff.

Localhost is fine for testing and development purposes.

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