Invalid redirect URI on spotify auth

前端 未结 11 1291
日久生厌
日久生厌 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:27

    Include a path after the first pair of forward slashes. For example: Your app name is My Awesome App The redirect URI may be my-awesome-app-login://callback or awesomeprotocol123://returnafterlogin.

    For more information please refer this link Spotify Redirect URI Example

提交回复
热议问题