Hello,
Suddenly Facebook log in is not working for me anymore. When enable debugging, this is what I get

League \ OAuth2 \ Client \ Provider \ Exception \ IdentityProviderException (200)
OAuthException: (#200) Missing Permissions
protected function checkResponse(ResponseInterface $response, $data)
{
if (!empty($data['error'])) {
$message = $data['error']['type'].': '.$data['error']['message'];
throw new IdentityProviderException($message, $data['error']['code'], $data);
}
}