could you explain the account interaction? #72
Answered
by
KRTirtho
ChaosNicro
asked this question in
Q&A
-
Hey there, Why is a dev-app connection used? Thanks for making this. |
Beta Was this translation helpful? Give feedback.
Answered by
KRTirtho
May 7, 2022
Replies: 1 comment
-
Of course, here's the answers:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChaosNicro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course, here's the answers:
=> Spotify API doesn't allow to use an API key publicly. You've to manually add users that you want to allow to use your service & that number is also limited to 5-10 user in development. But it does allow using one's own account without any issues (that makes sense as its his/her own application)
=> Following scopes are used:
spotube/lib/components/Home/Home.dart
Lines 33 to 43 in 5307cd7