hi,
iâm getting $connection->http_code is 200 but when i used
/* Get logged in user to help with tests. */
$user = $connection->get(âaccount/verify_credentialsâ);
print_r($user);
and itâs return me
.stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [message] => Bad Authentication data [code] => 215 ) ) )
i checkout everything like key and secrete key etc everything is fine âŚ
also download new library but getting same error??
can anyone help??
Thanks