Hello. I'm trying to get the status of a user for which you have to make an HTTP request. I have read that I have two ways to do this: - The base uri to do is: http://api.myspace.com/v1/users/ (userId) / status - Or with the opensocial: http://opensocial.myspace.com/roa/09/statusmood. My application...