Facebook canvas Iframe App authentication problem.
Posted
by itsoft3g
on Stack Overflow
See other posts from Stack Overflow
or by itsoft3g
Published on 2010-04-17T06:56:41Z
Indexed on
2010/04/17
7:03 UTC
Read the original article
Hit count: 654
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.
© Stack Overflow or respective owner