Skip to content

Tag: oauth-2.0

Spotipy. Can`t pass the second part of oAuth (Python)

I want to create an app which will add some sorts of songs to the Spotify playlist. So it`s might be a good idea to use Spotipy (Python Library) to solve it. To add song to the playlist I need to know its URI. To know its URI I should use method called search (https://spotipy.readthedocs.io/en/2.19.0/#spotipy…

GET Access token from API (oauth2)

I am very beginner at Python scripting and i have a problem. I am trying to rewrite PHP code to Python to get Access token from API for further use. This is what i am trying to do in Python. My Python code is: but this is not working Python is returning: I know that i am missing everything from