[GH-ISSUE #221] Authentication Issues #113

Closed
opened 2026-02-27 23:20:53 +03:00 by kerem · 3 comments
Owner

Originally created by @mbabatunde on GitHub (Oct 16, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/221

Hi,

I'm currently experiencing issues of how to authenticate my app on Spotify with Spotipy? Any suggestions on how to get authentication working?

Originally created by @mbabatunde on GitHub (Oct 16, 2017). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/221 Hi, I'm currently experiencing issues of how to authenticate my app on Spotify with Spotipy? Any suggestions on how to get authentication working?
kerem closed this issue 2026-02-27 23:20:54 +03:00
Author
Owner

@ritiek commented on GitHub (Oct 16, 2017):

#194 might be of some help.

<!-- gh-comment-id:336779036 --> @ritiek commented on GitHub (Oct 16, 2017): #194 might be of some help.
Author
Owner

@Hurstwood commented on GitHub (Nov 14, 2017):

There is a typo in the documents.

util.prompt_for_user_token(username,scope,client_id='your-app-redirect-url',client_secret='your-app-redirect-url',redirect_uri='your-app-redirect-url')

Should be...

util.prompt_for_user_token(username,scope,client_id='your-app-client-id',client_secret='your-app-client-secret',redirect_uri='your-app-redirect-url')

<!-- gh-comment-id:344143086 --> @Hurstwood commented on GitHub (Nov 14, 2017): There is a typo in the documents. `util.prompt_for_user_token(username,scope,client_id='your-app-redirect-url',client_secret='your-app-redirect-url',redirect_uri='your-app-redirect-url')` Should be... `util.prompt_for_user_token(username,scope,client_id='your-app-client-id',client_secret='your-app-client-secret',redirect_uri='your-app-redirect-url')`
Author
Owner

@stephanebruckert commented on GitHub (Jan 13, 2020):

Typo is fixed, closing

<!-- gh-comment-id:573915392 --> @stephanebruckert commented on GitHub (Jan 13, 2020): Typo is fixed, closing
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#113
No description provided.