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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.