xzzz9097 / SpotifyKit

Swift client for Spotify Web API
MIT License
90 stars 17 forks source link

OAuth Token Now Required To Search Spotify #2

Closed lpaniccia closed 7 years ago

lpaniccia commented 7 years ago

Spotify updated their API and is now requiring an OAuth token to use the Search endpoint: https://developer.spotify.com/web-api/console/get-search-item/

swiftify.find will need to be updated to include the user's token in the GET request.

xzzz9097 commented 7 years ago

Thanks, I've updated it to make it work again with bf08e620c086d1672f7052b83f625c04e27efd8f commit. Although I don't really understand why Spotify now requires token even for basic, account-unrelated searches.