I have followed the steps in the Laravel quickstart exactly, and then followed the steps in the laravel-social readme exactly.
My app is literally just a / route which gives me a "log in via twitter", "log in via facebook", and "log in via google" link built with the code provided:
<a href="{{ route('social-login', array('twitter')) }}?onsuccess=/account&onerror=/login">
Log in with Twitter
</a>
When i switch 'twitter' out for facebook, I am redirected to the facebook page. When I switch it out for google, I am redirected to the google page. When I click on Twitter, it goes to onerror.
Has there been a change in laravel which would make only twitter fail? I have created a git repo with the skeleton app here: https://github.com/earino/oauth-test
I have followed the steps in the Laravel quickstart exactly, and then followed the steps in the laravel-social readme exactly.
My app is literally just a / route which gives me a "log in via twitter", "log in via facebook", and "log in via google" link built with the code provided:
When i switch 'twitter' out for facebook, I am redirected to the facebook page. When I switch it out for google, I am redirected to the google page. When I click on Twitter, it goes to onerror.
Has there been a change in laravel which would make only twitter fail? I have created a git repo with the skeleton app here: https://github.com/earino/oauth-test