#18045862 : me2day openapi. changed POST => GET

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6456 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-06-02 06:18:46 +00:00
parent 36ba2a6040
commit cfc6abb0df

View file

@ -38,7 +38,7 @@
$body = implode('&',$arr_content);
}
$buff = FileHandler::getRemoteResource($url, $body, 3, 'POST', 'application/x-www-form-urlencoded',
$buff = FileHandler::getRemoteResource($url, $body, 3, 'GET', 'application/x-www-form-urlencoded',
array(
'me2_application_key'=>$this->application_key,
'Authorization'=>'Basic '.$auth,