我正在构建一个与spotify接口的基于web的应用程序。我从C#开始,访问这个应用程序接口没有任何问题,从我的播放列表中拉出曲目,但似乎你不能使用位于以下位置的spotifyWebAPI播放歌曲:
// You can now initialize Spotify.Player and use the SDK
const pla
我尝试使用spring restTemplate调用SpotifyAPI端点,但是,HTTP调用返回Internal server error。 这是Spotify end的一个问题吗?或者我没有正确地使用这个API? 示例:。String API = "https://api.spotify.com/v1/";
HttpHeaders headers = new Http