[Symfony 2.8] Oauth Twitch doesn't working :(

Check the webserver’s error-log if something’s in there that indicates what the problem is.

Also double check you’re actually running Symfony in the “dev” environment, i.e. in vanilla setups you call the app_dev.php rather than the app.php to access your application (you can either call it directly in the URL or change the rewrite in the .htaccess).