Returned Type:
XmlDocument
Returns an XML Document with the following structure:
<?xml version="1.0" encoding="utf-8" ?>
<furesult>
<message><![CDATA[ OK ]]></message>
<items>
<item>
<id>8a54781a-fdg5-6788-56gh-7646g8g45678</id>
<description><![CDATA[Mario]]></description>
<avatar><![CDATA[http://urlavatar]]></avatar>
<tottrack>5</tottrack>
<lasttracktime>20101004163025</lasttracktime>
</item>
<item>
<id>5j57563h-tnj4-8765-88mn-6846d2n87654</id>
<description><![CDATA[Giorgio]]></description>
<avatar><![CDATA[http://urlavatar]]></avatar>
<tottrack>6</tottrack>
<lasttracktime>20101004184032</lasttracktime>
</item>
</items>
</furesult>
Where
- <message> contains OK or Error description
- <items> if the command has succeeded and <message> is OK this tag exists and contains the list of the track with following node:
- <item> each element of the list, can be repeated more times and contains the following tags:
- <id> The Unique Identifier of the friend: necessary to get this friend's tracks
- <description> Friend's user name
- <avatar> Friend's avatar URL
- <tottrack> Friend's total number of tracks
- <lasttracktime> Last friend's track starting time in yyyyMMddhhmmss format