last.fm
Not being able to deserealize this XML
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:[详细]
2023-01-23 22:02 分类:问答Decoding gzip (using PHP sockets)
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[详细]
2023-01-11 12:46 分类:问答How do I send in a REST request (to use an API)?
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.[详细]
2023-01-08 12:47 分类:问答jquery get function not working, even though the URL of the request works fine?
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[详细]
2023-01-07 14:23 分类:问答With the last.fm API, is there a way to get the top tracks for a time period with a supplied start and end date?
Is there anyway to use user.getTopTracks for a time period, with a start and end, as opposed to a time duration?[详细]
2023-01-06 15:01 分类:问答HTTP Get Request in JQuery to Last.fm
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[详细]
2023-01-06 08:14 分类:问答preview iTunes/Last.fm tracks from withing app
Is it possible to allow users to prev开发者_运维技巧iew music from either Last.fm or iTunes from within my app?[详细]
2023-01-06 05:44 分类:问答Using last.fm API in javascript
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[详细]
2023-01-04 23:27 分类:问答PHP cURL error: "Empty reply from server"
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:[详细]
2023-01-03 05:52 分类:问答Returning different images through PHP
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.[详细]
2023-01-03 03:20 分类:问答