Reputation: 12181
I know that there is no official Pandora API for iPhone devs, but I'm wondering if anyone has figured out a way to access user's playback data in objective-c. Things like songs, artists, stations, etc.
Upvotes: 1
Views: 533
Reputation: 57139
As to accessing the data directly: nope. You might be able to get to some of it on a jailbroken device, if the Pandora app stores things like that, but otherwise you’re out of luck; apps are sandboxed and can’t get at each others’ data.
You might, though, try scraping information from users’ profile pages—if they’re willing to give you the URL to that (in the format pandora.com/people/[whoever]
), there’s probably a fair bit of data you can glean there.
Upvotes: 2