Up until now I've been using client-side auth. I just set up server-side everyauth and it is working great but how can I do something like FB.getLoginStatus(what I did client-side) when the page loads?
If the user is already logged in I dont want to put them through the process again.
Thanks for explaining!
I would do something like this on node.js:
Basically just redirect when the user is already logged in. Hope that helps?