Skip to content

Commit

Permalink
Update Lyricify Mobile custom client guide
Browse files Browse the repository at this point in the history
  • Loading branch information
WXRIW committed Nov 16, 2024
1 parent 71d3015 commit acafae2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 5 additions & 3 deletions docs/Lyricify Mobile/CustomClient/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ Spotify API won't affect you by returning 429 Error anymore.
- App name: Lyricify
- App description: Lyricify Custom API Client
- Website: (Leave it empty)
- Redirect URI: http://localhost:766/callback
- Redirect URI:
- http://localhost:766/callback
- lyricify://callback
5. Check `Web API` in `Which API/SDKs are you planning to use?` section;
Check `I understand and agree with Spotify's Developer Terms of Service and Design Guidelines`;
Click `Save`.
![](pic/Demo-Pic03.png)
5. Click `Settings` at the right top corner.
6. Now you can see your Client ID,Click `View client secret` to show the Client secret. `Client ID` and `Client Secret` are needed in future steps.
6. Click `Settings` at the right top corner.
7. Now you can see your Client ID,Click `View client secret` to show the Client secret. `Client ID` and `Client Secret` are needed in future steps.
![](pic/Demo-Pic04.png)

## Works on Lyricify Mobile
Expand Down
11 changes: 7 additions & 4 deletions docs/Lyricify Mobile/CustomClient/Readme.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
- App name: Lyricify
- App description: Lyricify Custom API Client
- Website: (空着不写)
- Redirect URI: http://localhost:766/callback
- Redirect URI: (填写以下两条,每条填写完成后点击 `Add` 按钮)
- http://localhost:766/callback
- lyricify://callback
5. 勾选 `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` 按钮。
![](pic/Demo-Pic03.png)
1. 点击右上方的 `Settings` 按钮,进入设置页面。
2. 这时你就能看到 Client ID,点击 `View client secret`,即可显示 Client secret。在后续步骤中将需要用到 `Client ID``Client Secret`
6. 点击右上方的 `Settings` 按钮,进入设置页面。
7. 这时你就能看到 Client ID,点击 `View client secret`,即可显示 Client secret。在后续步骤中将需要用到 `Client ID``Client Secret`
![](pic/Demo-Pic04.png)

## Lyricify Mobile 上的工作
Expand All @@ -36,4 +38,5 @@
# 常见问题

## 授权时提示 INVALID_CLIENT: Invalid redirect URI
请检查 `Redirect URI` 是否填写错误,确保其值包含 `http://localhost:766/callback`
请检查 `Redirect URI` 是否填写错误,确保其值包含 `http://localhost:766/callback`
如果你是在 iOS 设备上使用,请检查其值是否包含 `lyricify://callback`

0 comments on commit acafae2

Please sign in to comment.