Hi Rhonda,
thanks for the documentation. Regarding the dateFormat and timezone parameter, the following behavior of the MySpace API appears to me as being a bug or at least an error in the documentation stated above:
A call of
/v1/users/474496812/profile?dateFormat=iso8601
in the OAuth Tool (http://developer.myspace.com/modules/apis/pages/oauthtool.aspx) yields a
...
<lastupdateddate>6/23/2009 6:00:03 AM</lastupdateddate>
...
It therefore seems that the parameter dateFormat=iso8601 is ignored, as the format does not seem be ISO8601.
Even stranger, an addition of timeZone=-8, resulting in a call of
/v1/users/474496812/profile?dateFormat=iso8601&timeZone=-8
in the same tool returns in the same position a
...
<lastupdateddate>2009-06-22T20:00:03</lastupdateddate>
...
Which is a contradiction to the statement "When the timeZone query string parameter is absent, MySpace uses a default value of timeZone=-8." in the document above.
Could you please clarify this issue?
Best regards,
Tim