Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get music listening data from Facebook/Spotify?

I'm trying to make an app that uses the list of songs that a user has been listening to on spotify. i.e on a user's profile page (with timeline enabled), you can see Recent Activity under Music, and see the songs he's been listening to. Is there an API feature from Spotify or Facebook that allows developers to access this data?

like image 949
Ankit Soni Avatar asked Oct 08 '11 22:10

Ankit Soni


1 Answers

You will be able to get it from the new Facebook API as soon as it's out of beta.

See this question for more details: Using Open Graph API, can I see when users Add To Playlist or Star tracks in Spotify?

If you're using libspotify, you can get the user's Top Artists from there instead.

like image 157
Kristofer Sommestad Avatar answered Dec 29 '22 07:12

Kristofer Sommestad