I would like to add tracks to my spotify playlist by link. I´m not into cURL & php. Can some one help me on this? This is the curl code for adding a track to a list. I want to do it via php. Sorry, i don´t know where to start on this.
curl -X POST "https://api.spotify.com/v1/users/example/playlists/4435342DlTjJkiS2sZpd/tracks?position=0&uris=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh,spotify%3Atrack%3A1301WleyT98MSxVHPZCA6M"
-H "Accept: application/json"
-H "Authorization: Bearer exampleAccessToken"