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. ie 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?


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.

链接地址: http://www.djcxy.com/p/9546.html

上一篇: TypeError:a为null

下一篇: 如何从Facebook / Spotify获取音乐收听数据?