I integrated facebook login through laravel/socialite and its working fine.
The problem is when user clicks cancel
in the popup from facebook, the screen will stayed on facebook's page itself instead of redirecting to my site.
Is anywhere i need to specify the cancel redirecting url in facebook login app? I don't know how to handle this redirection.
Just found out the answer here