mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #208] Write Authorization (Public Playlists) #104
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielgwilson on GitHub (Aug 8, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/208
Still having issues from the May 29 change over; anyone figure out how to amend this library to auth correctly? 401 error.
@sot-iris commented on GitHub (Aug 8, 2017):
let me know if this helps: https://sotiriskakanos.com/2017/08/05/using-spotifys-web-api-with-python/
@danielgwilson commented on GitHub (Aug 9, 2017):
Hi Sotiris—thanks for the link, very clear post. I've got search and public read working through the client credentials flow, but I need write access to playlists. That requires the auth flow which I haven't gotten to work (401 error). Any thoughts?
@sot-iris commented on GitHub (Aug 9, 2017):
I'll write another post and link it here by end of play :)
@sot-iris commented on GitHub (Aug 9, 2017):
let me know how you get on https://sotiriskakanos.com/2017/08/09/getting-started-with-authorisation-code-flow-and-spotipy/