Just for some fun I was playing with the API of Last.fm. The XML file they return for top artists is structured like this:
Ok, so there is this PHP implementation of Last.FM API some guy wrote and I\'m using it for a small project of mine. His implementation doesn\'t request gzipped data from Last.FM servers so I decided
I\'m writing a small web app for myself in Rails and I want it to use Last.fm\'s API. I\'m incredibly new to web development in general, so I\'开发者_开发技巧m not sure where to even begin.
I\'m using jquery to access a method of the Last.FM API. Here is my jquery code: $.get(\'http://ws.audioscrobbler.com/2.0/\',\'method=user.getweeklytrackchart&user=rj&api_key=fb04ae401284be24
Is there anyway to use user.getTopTracks for a time period, with a start and end, as opposed to a time duration?
I\'m trying to make an HTTP Get request using JQuery, but I get an empty string as a response, so I figure I\'m doing something wrong. I used the documenta开发者_StackOverflowtion from http://api.jque
Is it possible to allow users to prev开发者_运维技巧iew music from either Last.fm or iTunes from within my app?
I have very little experience with web development. I have a little experience with HTML and I am learning JavaScript right now. I created a program in Java using a a last.fm library for Java. I was a
I have a class function to interface with the RESTful API for Last.FM - its purpose is to grab the most recent tracks for my user.Here it is:
There\'s a status indicator code for AIM which returns two different images depending on your status (on/offline) which was done in PHP and with the AIM API.