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