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

Suggestion for "Client Credentials Flow" section in Docs. #952

Open
AdriaPadilla opened this issue Mar 24, 2023 · 1 comment
Open

Suggestion for "Client Credentials Flow" section in Docs. #952

AdriaPadilla opened this issue Mar 24, 2023 · 1 comment

Comments

@AdriaPadilla
Copy link

Hi!
After proposing this library to some python students to learn, I have seen that "Client Credentials Flow" documentation section, is not clear. I think it would be more easy to understand for newbies if:

SPOTIPY_CLIENT_ID = ''
SPOTIPY_CLIENT_SECRET = ''

auth_manager = SpotifyClientCredentials(SPOTIPY_CLIENT_ID,SPOTIPY_CLIENT_SECRET)
sp = spotipy.Spotify(auth_manager=auth_manager)

The current example uses "export" for the credentials, and I think this is confusing.

Thanks!

@stephanebruckert
Copy link
Member

Would love a PR for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants