【发布时间】:2011-12-18 10:23:15
【问题描述】:
Using the advice in this post我已经能够访问他们的播放列表的Spotify用户数据
sp = getSpotifyApi(1); console.log (sp.core.library.getAlbums());我想访问登录到应用程序的用户的 spotify 用户数据,特别是用户的 spotify uri。
sp = getSpotifyApi(1); 控制台.log(sp.core.user); // 未定义 console.log (sp.social.relations); // 未定义我该怎么做?
【问题讨论】:
标签: javascript api spotify