mercredi 25 février 2015

Laravel 5 socialize facebook login

I use auth login (out of the box). I have want to add Facebook login. I have installed Socialize package, and In Auth/AuthController I added method fb:



public function fb()
{
return \Socialize::with('facebook')->redirect();
}


When I call http://ip/auth/fb its redirect me to http://ip/auth/login#=


Please help


Aucun commentaire:

Enregistrer un commentaire