My server logs show a \"CSRF state token does not match one provided\" error which seems to happen for almost every user. However, the users are created and/or authenticated
I had the same issue. It´s easy. Don´t call
$fbLoginUrl = $facebook->getLoginUrl(...);
before
$fbUser = $facebook->getUser();
otherwise you will get "CSRF state token does not match one provided" error.