この投稿のアドバイスを使用して、プレイリストの Spotify ユーザー データにアクセスできました。
sp = getSpotifyApi(1); console.log (sp.core.library.getAlbums());
アプリにログインしているユーザーの Spotify ユーザー データ、特にユーザーの Spotify URI にアクセスしたいと考えています。
sp = getSpotifyApi(1); console.log (sp.core.user); // 未定義 console.log (sp.social.relations); // 未定義
これどうやってするの?