I downloaded the Facebook-sdk for php and played around with it for a while. So they have this example file, where user info is showed: facebook-facebook-php-sdk-98f2be1/examples/example.php It only shows user info after accepting the app.
Maybe that's not even possible/allowed... But I what to know if a user is logged into facebook, not into my app. I don't need his name, id, etc, nothing... Just want to know IF he there is a Facebook session in the background. Reason: I want to redirect users who are not logged in to Facebook elsewhere, because maybe they don't even have a facebook account.