I have a django app running on google app engine.
I would like to know if the user is logged in to facebook or not. - I mean if he logged in to facebook from another tab in the browser. (Not from my application. My application has no facebook login).
It doesn't really matter for me if to get it on client or server, so Python/Django solutions are ok too.
Tried FB.getLoginStatus, but it always return "not_authorized" status. I think it's for facebook login via my site. (Maybe I'm wrong). So how can I get facebook user id or token from the session?
Thanks