php - Spotify API Assistance -
i work on project uses php pull favorite artists spotify account via api. enter spotify user name , password form , hit enter , have give me list of artists listen to.
it looks have use these api functions:
- get list of current user's playlists
- get playlist's tracks (using above api call)
- get current user's saved tracks
- get current user's followed artists
(if want display image or info artist)
- get artist
(if want display info or photo of current user)
- get current user's profile
i don't know started. saw there's library github don't want use that. can point me in right direction?
Comments
Post a Comment