I am facing the below error. Anyone help.
Authentication failed: Invalid session credentials
Fatal error: Uncaught TokenException (403) 'Invalid session credentials' thrown in /home/aarush11/public_html/kiteconnect.php on line 508
I have hardcorded everything and getting the below error.
{
"error_type": "ForbiddenError",
"message": "Login session timed out. Please re-initiate the login.",
"status": "error"
}
Error same as first post. I am initialising login ftom kitelogin.php which includes api. I am passing the api key hardcoded. But receives the below error.
Authentication failed: Invalid session credentials
Fatal error: Uncaught TokenException (4…
I am facing the error on the below code.
// Check if the exception class is defined.
if(class_exists($json->error_type)) {
throw new $json->error_type($json->message, $headers["status_code"]);
} else {
throw new…