Invalid redirect URI on spotify auth

前端 未结 11 1256
日久生厌
日久生厌 2021-02-03 16:56

I try to auth user through my app with spotify Web API but I receive this error:

INVALID_CLIENT: Invalid redirect URI

URL:

GET         


        
11条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-03 17:44

    app.js:

    var redirect_uri = 'http://localhost:8888/callback';
    

    (https://developer.spotify.com/dashboard) Spotify > My application:

    http://localhost:8888/callback
    

    Dont forget to save.

提交回复
热议问题