artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

How can we set URL for cancel action for FB Login #150

Open yashaswini opened 9 years ago

yashaswini commented 9 years ago

Hey @artdarek , This is an amazing package!! :-) Made life simpler. I am unable to figure configuration of cancel call back url.

Right now in my implementation, when user clicks cancel during signing in it takes me to Facebook's help page. I need this to be a URL of my server. Could you help me with this?

Thanks in Advance