Do something right after login
-
I show a custom login-popup via WSL after user presses Like button, so I need to call my ‘like’ function right after login process is finished.
How can I do that?
I have tried customizing ‘.wsl_connect_with_provider’ variable to have additional URL parameters hoping that it would return me in redirected url href – didn’t work.
Also tried modifying the exiting ‘provider’ variable – also didn’t work out.Bascially what I need is some kind of callback after login is finished.
The topic ‘Do something right after login’ is closed to new replies.