Pilvinen Does anyone else get this on beta 6 with the Twitter oauth: Doesn't give any useful info besides that. EDIT: Actually, none of the oauth extensions seem to work for me. Twitter, Facebook, Github ... the secret/public keys should be correct.
luceos Hi, I deleted your google oauth reply. They are most likely related. Can you see whether you have a website log..
Pilvinen luceos Ok, thanks. Let's see. Facebook auth error: http://pastie.org/private/osuf8ybwzappr5ppxnhca EDIT: Seems to be fixed by commenting lines 110-112 of vendor/league/oauth2-facebook/src/Provider/Facebook.php: // if ((float) substr($this->graphApiVersion, 1) < 2.8) { // $fields[] = "bio"; // } Twitter auth error: http://pastie.org/private/mtdbuqon91rggwuxjzaew EDIT: Never mind. Apparently it was just missing callback URL. It's now working. (Github auth works ? ) (Google auth works after enabling Google+ API ? )
Pilvinen No idea what the Twitter error is all about or how to fix that but I got all the others working.