【发布时间】:2020-06-24 20:18:28
【问题描述】:
目前我正在尝试学习如何使用 python 将喜欢的 youtube 视频添加到 Spotify 播放列表中,我正在向 https://www.youtube.com/watch?v=7J_qcttfnJA&t=300s 学习
在视频的 2:18 中,她提到使用 spotify Web API 网站https://developer.spotify.com/documentation/web-api/添加来自 spotify 的用户 ID 和 oauth 令牌
但是,我找不到 OAUTH 令牌在哪里。
程序员还上传了一张她从哪里获得令牌的图片,但我似乎找不到它:https://github.com/TheComeUpCode/SpotifyGeneratePlaylist/blob/master/images/spotify_token.png
【问题讨论】: