Hi, is there way to check if the user who is coming to my index page is logged in to facebook? from oficial documentation I can see that can be check if the user is "connected" or "not connected" to my app, but not if he is just logged in in his account.
If a user is connected to your site you can use the JavaScript API FB.getLoginStatus or PHP API $facebook->getSession();
yes, I know that,but how can I check I the user is logged into fb without to be connected to my site? With "PHP API $facebook->getSession();" I got not connected in all scenarios except if the user is connected to my site.