------------------------- i have also made post request to the root url using Rest Client addon of Firefox browser. eg: http://ws.audioscrobbler.com/2.0/ With all parameters (including the 'method') sent in the POST body. eg:?method=track.scrobble×tamp=1328186610&api_key=xxxxxxxx&api_sig=31005047a68cd77fc25d7cf0654962f9&sk=xxxxxx &album=Recovery&track=NotAfraid&artist=Eminem
then also iam geting response as: <error code="3">Invalid Method - No method with that name in this package</error>
here authtoken and api_signature is calculated as : authToken = MD5.getHashString("xxxxxxx" + MD5.getHashString("xxxxxxxx")); api_sig = MD5.getHashString("album"+album+"api_key"+api_key+ "artist"+artist+ "authToken"+authToken+"methodtrack.scrobble"+ "sk"+sk+ "timestamp"+timestamp+ "track"+track+ secret);
track.scrobble issue in Android