Hello,
I'm working on my first myspace app - it is part of a larger app but what I need to do is grab a user's friends/friend requests/events/messages and if possible profile picture. I'm kind of wondering how exactly the app xml works. Right now I'm trying to just grab some friends and I noticed this xml file http://api.msappspace.com/v1/users/30592203/friends.xml however when I try to get information out of it I get the following error
This XML file does not appear to have any style information associated with it. The document tree is shown below.
−
<error>
<statuscode>401</statuscode>
−
<statusdescription>
Could not identify or did not find an approved authentication protocol. Check the targeted host and all necessary parameters.
</statusdescription>
</error>
I'm not sure what I need to do in order to read this file if anyone can maybe explain the use of the xml files I'd appreciate it.
Thanks