Open GoogleCodeExporter opened 9 years ago
A fix is to add this to osapiNetlogProvider:
public function preRequestProcess(&$request, &$method, &$url, &$headers, osapiAuth
&$signer) {
if (method_exists($signer, 'setUseBodyHash')) {
$signer->setUseBodyHash(true);
}
}
Original comment by joc...@netlog.com
on 9 Dec 2009 at 9:47
Fix seems to work.
Thanks!
Original comment by maescool
on 9 Dec 2009 at 12:15
Original issue reported on code.google.com by
maescool
on 2 Dec 2009 at 12:34