Hello. I'm developing new app in PHP. I have OAuth extension installed and I can succefully make GET requests but I can't use any PUT request. :( Normally (and by that I mean something like for example Twitter) I can use code like this: $oauth->fetch(MYSPACE_SET_MOOD,$args,OAUTH_HTTP_METHOD_PUT...