Hi.
I am trying to use Hybridauth for logging in to some providers like facebook, linkedin and twitter.
I do use: SocalNick/ScnSocialAuth for this, which implements Hybridauth.
I have a problem with Twitter. I can login, but cancel does not work.
So, I go to the login window and click: [ cancel ]
Then I get the message: You have not signed in to app_name
Then I got these options:
[ return to app_name ]
Go to Twitter.
Go to the app_name homepage.
When I click the button: [ return to app_name ] I got this error:
…/hybridauth/Hybrid/Storage.php:60
Serialization of ‘Closure’ is not allowed.
I am not able to solve this problem. I think I would not have this problem if I could set a “Cancel Redirect URL” like in LinkedIn.
Is this possible somehow?
Thanks.