1

I am looking for a way to find the songs the user has stared in spotify. Does the Spotify app have a public content provider that i can access from my app?

Or is there a general way to find out which open content providers an app has?

pumpkee
  • 3,357
  • 3
  • 27
  • 34

2 Answers2

1

It would be possible if you embed libspotify, and access the users playlists. libspotify playlist docs. This seems a little too heavyweight for what you're looking for, though.

kzahel
  • 2,765
  • 1
  • 22
  • 31
1

The Spotify app does not expose a public content provider which can be queried for this type of information. You are better off using libspotify for this in your app, as suggested.

Nik Reiman
  • 39,067
  • 29
  • 104
  • 160