Getting chart lists from rdio API

7 views
Skip to first unread message

Michael Kallies

unread,
Nov 9, 2015, 2:40:35 PM11/9/15
to Rdio API
I was wondering how I would go about getting the getTopCharts data as seen here: http://rdioconsole.appspot.com/#type%3DTracks%26count%3D10%26method%3DgetTopCharts

What I have :

$.ajax({
  type:'POST',
  dataType: 'JSONP',
  success: function(data) {
    console.log(data);
}
})


I'm not sure how to use the method getTopCharts...When I open my browser all I see in console is -- GET https://services.rdio.com/api/1/?callback=jQuery214039364980277605355_1447097966585&_=1447097966586.
I am running the files off of my computer if that makes a difference.
Reply all
Reply to author
Forward
0 new messages