hi,
- I am in the conversion process of facebook app from fbml to iframe.
Now i am testing using few iframe pages.
$user = $facebook->require_login();
It gives the current user logged in. Once it get the variable from the facebook.com it saves in cookie by the PHP API provided by facebook).
I logged out using another tab of facebook and i tryed using my app without refreshing the whole site (by just using the links inside my app). It still gives the $user
variable.
It indicates that user has logged in instead of user logged out.
Please help me out. I want my app secured.
- It looks my iframe app accessible when we select "open this frame in new window". I need a solution for this too.
Thanks in advance.