Hi, I'm at loss, spent the last hour or so clicking link after link going through the api and yql links and i can find no example that will let me pull my music ratings.
Any idea's how I can query this?
James, there aren't any YQL tables available to pull all a user's music ratings, but you can query the Updates of the viewing user generated when that user rates a track by using our Updates Search YQL tables. For example, you could try ("http://y.ahoo.it/pK2pvnDw"):
http://developer.yahoo.com/yql/console/?q=...and%20guid%3DmeYou can change the 'type' value form 'trackrate' to 'videorate' and 'albumrate' if you want to get other ratings, too.
Again, I know this isn't directly the API you're looking for, but hopefully can give you a means to getting some of the data you're looking for.