Answer the question
In order to leave comments, you need to log in
Laravel socialite how to return to the same page from which I tried to log in after authorization through facebook?
I am using socialite laravel.
When trying to authorize via facebook, the method is called
public function redirect()
{
return Socialite::driver('facebook')->with(['url_back' => 'test_url_back'])->redirect();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question