In the PHP SDK (Oauth) when I call
$infusionsoft->data()->authenticateUser($username, $passwordHash)
I receive [FailedLoginAttempt]Invalid username and/or password.
But if I use the PHP ISDK (legacy) and call
$uid = $app->authenticateUser($username,$passwordHash);
with the exact same values it succeeds.
Any suggestions on what I’m missing?