Is there a way to get my Spotify replay history using either their js or C API? I saw some examples, but this used their outdated version of the API.
Spotify play history is not available through any API.
Disclaimer: I am a Spotify employee.
This is not like that.
The JavaScript Web API does not have an authentication method.
The libspotify C API will handle authentication, but I donβt see anything in the user history. I could skip this since I'm not an expert C.
Support for this has been added recently: https://developer.spotify.com/web-api/web-api-personalization-endpoints/get-recently-played/
curl -X GET "https://api.spotify.com/v1/me/player/recently-played" -H "Authorization: Bearer {your access token}"
Users can connect Spotify to Last.fm, which saves and provides access to the user's playback history.
Source: https://habr.com/ru/post/1502514/More articles:Filling a polygon on a canvas - javascriptHow to open excel file stored in byte [] via OleDB? - c #difference between socket.PF_PACKET and socket.AF_INET in python - pythonC ++ How to create a raster file - c ++Transpose all CSV files in a folder - pythonCombine the background image and text and attach it - c #ΠΠ°ΠΊ ΠΎΡΠΊΡΡΡΡ ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ Google Play Store ΠΈΠ· ΠΌΠΎΠ΅Π³ΠΎ ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ, ΡΡΠΎΠ±Ρ ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ ΠΏΠΎΡΠ»Π΅Π΄Π½ΡΡ Π²Π΅ΡΡΠΈΡ ΠΌΠΎΠ΅Π³ΠΎ ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ Π² ΠΌΠ°Π³Π°Π·ΠΈΠ½Π΅ Π²ΠΎΡΠΏΡΠΎΠΈΠ·Π²Π΅Π΄Π΅Π½ΠΈΡ - androidWhen did the Z axis roll over? (OpenGL) - openglz coordinate and viewer in openGL - openglComplete SSL certificate upgrade? - asp.net-mvcAll Articles