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

Add warning about API restrictions to README #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ entire discography in seconds, along with Spotify’s audio features and
track/album popularity metrics. You can also pull song and playlist
information for a given Spotify User (including yourself!).

**Warning**: As of November 2024 Spotify restricted access to many aspects of its API
(see [this post](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api)) for details).
Affected routes include:

- Related Artists
- Recommendations
- Audio Features
- Audio Analysis
- Get Featured Playlists
- Get Category's Playlists
- 30-second preview URLs, in multi-get responses (SimpleTrack object)
- Algorithmic and Spotify-owned editorial playlists

Only developers of pre-existing approved Spotify apps will be able to continue using these features, it seems.
If you are not such a developer, then unfortunately the corresponding functions in the spotifyr package
will not work for you.

## Installation

CRAN version 2.2.3 (recommended)
Expand Down