API Tools did not restore after the friday/saturday incident with App List.
I tried to make plain API requests with minimal paramater list or without my optinal params:
http://api.msappspace.com/v1/users/248545017.xml
http://api.msappspace.com/v1/users/248545017/profile.xml
http://api.msappspace.com/v1/users/248545017/friends.xml?page=1&page_size=100
Autorization error as you can see
<error xmlns="api-v1.myspace.com"><statuscode>401</statuscode><message>Authentication failed. Object reference not set to an instance of an object.</message></error>
Hey, Ronda, is possiple to output error messages in same format as requests?
If I request a resource in XML, then even error messages are in XML
If request is in JSON, then 401 should be in JSON too
Thank,
V.