My application is iFrame App. Before, I can use $_REQUEST['fb_sig_logged_out_facebook'] to determine the facebook user is logout or not. However, with iFrame, I don't see that variable passing in. What can I do?
I'm also using the new PHP SDK but it doesn't have any function to help me on that.
What I want to find out is whether the user has logged out facebook or not installed the application. Both will return null in the facebook->session. I need to distinguish these two. :)