dflemstr / rq

Record Query - A tool for doing record analysis and transformation
Apache License 2.0
2.27k stars 57 forks source link

Spotify API now requires authentication, demo unfollowable #172

Closed sparr closed 4 years ago

sparr commented 6 years ago
% curl 'https://api.spotify.com/v1/search?q=rihanna&type=track&limit=50'

{
  "error": {
    "status": 401,
    "message": "No token provided"
  }
}
dflemstr commented 4 years ago

The demo was now removed