dflemstr / rq

Record Query - A tool for doing record analysis and transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify API now requires authentication, demo unfollowable

sparr opened this issue · comments

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

{
  "error": {
    "status": 401,
    "message": "No token provided"
  }
}

The demo was now removed