Groups
Groups
Sign in
Groups
Groups
Rdio API
Conversations
About
Send feedback
Help
Getting chart lists from rdio API
7 views
Skip to first unread message
Michael Kallies
unread,
Nov 9, 2015, 2:40:35 PM
11/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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({
url: '
https://services.rdio.com/api/1/
',
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