Skip to content

could you explain the account interaction? #72

Answered by KRTirtho
ChaosNicro asked this question in Q&A
Discussion options

You must be logged in to vote

Of course, here's the answers:

  1. Why is a dev-app connection used?
    => 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)
  2. What access is granted to/used by the app, regarding the used account?
    => Following scopes are used:
    List<String> spotifyScopes = [
    "playlist-modify-public",
    "playlist-modify-private",
    "user-library-read",
    "user-library-modify",
    "u…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChaosNicro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants