Moon
Moon

Reputation: 22595

How to get only playable songs in US?

I'm working on a spotify app with facebook api.

I have the following query.

me/music.listens?limit=5&util=1 week ago

or

[friend id]/music.listens?limit=5&util=1 week ago

when i get tracks from the above api, I get songs that're not playable in US. Is there a parameter or a way to get songs that are playable in US only?

Upvotes: 1

Views: 113

Answers (2)

Igy
Igy

Reputation: 43816

No, you can retrieve a list of what the user listened to in any of the music apps, but unless you have some other agreement with the providers of the music (e.g. spotify, rdio) there's no way to know if some other user can listen to the same songs.

edit: based on iKenndac's answer, it seems there's a Spotify API to determine playability by region, but you can't get the info from Facebook's API

Upvotes: 3

iKenndac
iKenndac

Reputation: 18776

You can use the Spotify Web APIs to look up territory availability.

Upvotes: 1

Related Questions