Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.