[PR #46] [MERGED] Implement client credentials flow #739

Closed
opened 2026-02-28 00:01:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/46
Author: @fsahin
Created: 4/1/2015
Status: Merged
Merged: 4/1/2015
Merged by: @plamere

Base: masterHead: master


📝 Commits (1)

  • 8d4643c Add client credentials flow

📊 Changes

4 files changed (+118 additions, -7 deletions)

View changed files

examples/client_credentials_flow.py (+10 -0)
📝 spotipy/client.py (+8 -1)
📝 spotipy/oauth2.py (+73 -6)
tests/client_credentials_tests.py (+27 -0)

📄 Description

@plamere


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/46 **Author:** [@fsahin](https://github.com/fsahin) **Created:** 4/1/2015 **Status:** ✅ Merged **Merged:** 4/1/2015 **Merged by:** [@plamere](https://github.com/plamere) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8d4643c`](https://github.com/spotipy-dev/spotipy/commit/8d4643c2e1d74c5ed816eb50f99c955e9a7cc5f0) Add client credentials flow ### 📊 Changes **4 files changed** (+118 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `examples/client_credentials_flow.py` (+10 -0) 📝 `spotipy/client.py` (+8 -1) 📝 `spotipy/oauth2.py` (+73 -6) ➕ `tests/client_credentials_tests.py` (+27 -0) </details> ### 📄 Description @plamere --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#739
No description provided.