不再会因 Spotify API 返回 429 错误而影响 Lyricify 使用体验。
如果你已经完成过准备步骤,则可以直接使用之前获得的 Client ID
和 Client Secret
,在 Lyricify 上的工作
中使用。
- 在浏览器中登录 Spotify (https://www.spotify.com) ,如果你已登录,可进入步骤 2。
- 打开 https://developer.spotify.com/dashboard ,如果你是第一次打开这个网址,则需要先同意 Spotify Developer Terms。勾选下方的
I accept the Spotify Developer Terms of Service
,再点击Accept the terms
即可。 - 点击 Dashboard 页面右上方的
Create app
。
如果提示You need to verify your email address before you can create an app.
,则需要你先验证你的邮箱。 - 在 Create app 页面中填写以下信息:
- App name: Lyricify
- App description: Lyricify Custom API Client
- Website: (空着不写)
- Redirect URI: http://localhost:766/callback
- 勾选
Which API/SDKs are you planning to use?
部分中的Web API
;
勾选I understand and agree with Spotify's Developer Terms of Service and Design Guidelines
;
点击Save
按钮。
- 点击右上方的
Settings
按钮,进入设置页面。 - 这时你就能看到 Client ID,点击
View client secret
,即可显示 Client secret。在后续步骤中将需要用到Client ID
和Client Secret
。
- 如果你已经在 Lyricify 中登录了 Spotify,则需要先在 Lyricify 中退出登录。
- 点击欢迎界面左下角的
配置自定义 API Client
。
- 在弹出的窗口中输入准备步骤中获取到的
Client ID
和Client Secret
,点击确定即可。 - 继续完成登录,享受你的 Lyricify 之旅吧。
请检查 Redirect URI
是否填写错误,确保其值包含 http://localhost:766/callback
。