Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spotify web API authentication requirement changes #90

Closed
atabbott opened this issue Jun 3, 2017 · 5 comments
Closed

Spotify web API authentication requirement changes #90

atabbott opened this issue Jun 3, 2017 · 5 comments

Comments

@atabbott
Copy link
Contributor

atabbott commented Jun 3, 2017

Spotify updated web API requirements in regards to authentication. These changes were announced here on 17th Jan 2017, effective 29th May 2017 removed the ability for to make any unauthenticated calls to the API.

Currently searching appears to make unauthenticated calls to the API. A 401 error is returned with the response 'No token provided'.

Issue appears to stems from use of an old version of @jwilsson 'spotify-web-api-php' wrapper that did not include authentication token with all types of API request.

A new version of the 'spotify-web-api-php' wrapper should resolve this issue.

@atabbott
Copy link
Contributor Author

atabbott commented Jun 3, 2017

I'll start working on a quick fix now I'll submit through a pull request.

@atabbott
Copy link
Contributor Author

atabbott commented Jun 3, 2017

Harder fix than initially thought due to architecture of JSON requests for 'DetailArtist' and 'DetailAlbum'

@atabbott
Copy link
Contributor Author

atabbott commented Jun 3, 2017

#91 submitted potential fix for evaluation

@citelao
Copy link
Owner

citelao commented Jun 4, 2017

I'll take a look!

@citelao
Copy link
Owner

citelao commented Jun 4, 2017

Fixed in v0.13.3 😁

@citelao citelao closed this as completed Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants