Closed bitpickle closed 2 years ago
The line $tokens = $auth->getToken($_REQUEST['code'], $_REQUEST['state']); is returning an error:
$tokens = $auth->getToken($_REQUEST['code'], $_REQUEST['state']);
"State parameter does not matched"
I think that is something with the version.
This will fix it for you On line 13 of callback.php: if ( !empty($_REQUEST['state']) ) { Session::set('state', $_REQUEST['state']) }
The line
$tokens = $auth->getToken($_REQUEST['code'], $_REQUEST['state']);
is returning an error:"State parameter does not matched"
I think that is something with the version.