I am able to retrieve the mood data via the REST API, but when I try to set it (PUT), I get the following error:
"Application does not have the required user application permissions to make this call. The User has restricted this Application's access to this resource."
Initially I was getting unathorized errors (different error message) because I had a bug in my signature algorithm, but I guess I am past that because of this new error message.
I checked the app permissions for my MySpace account, and it looks like it is as wide open as it can be.
Does anyone know if the MySpace REST API supports PUTs? Or is it prematurely in the documentation (http://developer.myspace.com/community/RestfulAPIs/resources.aspx)? If it is supported, what may I be doing wrong?
Additionally, are the mood integer values documented anywhere?
Thanks.