我尝试使用spotify Web API通过我的应用程序授权用户但我收到此错误:
INVALID_CLIENT: Invalid redirect URI
Run Code Online (Sandbox Code Playgroud)
网址:
GET https://accounts.spotify.com/authorize/?client_id=6ae90bf75bf748c8874a75d16682f0c5&response_type=code&redirect_uri=https%3A%2F%2Fexample.com%2Fcallback&scope=user-read-private%20user-read-email
Run Code Online (Sandbox Code Playgroud)
我看不出问题出在哪里......你能帮忙吗?