Need help? Check out Spotify Answers for solutions to a wide range of topics. |
Is there any logic as to when one needs to provide the fully qualified version of a URI (e.g. including the "spotify:track:" prefix)?
I've been developing Haskell bindings to the Web API, and have just found that, for example, getting a track requires the short version, whereas adding a track to a playlist requires the long version. This seems an unnecessary complication.
Solved! Go to Solution.
Ok, I see that now - I didn't look at the docs in enough detail...