Exception

Exceptionyii\authclient\InvalidResponseException

Request failed with code: 403, message: <?xml version='1.0' encoding='UTF-8'?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>

$_GET = [
    'authclient' => 'twitter',
];

$_SESSION = [
    '__flash' => [],
    'budyaga\\users\\components\\oauth\\Twitter_twitter_token' => null,
];