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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -