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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -