Ben bir Facebook iframe uygulama geliştirdik. Kullanıcı Facebook dışarı açtığında, hala benim iframe app facebook oturuma erişebilir. Sorun IE sadece tekrarlanabilir. İşte kod:
$this->facebook = new Facebook(array( 'appId' => $this->appId, 'secret' => $this->secretKey, 'cookie' => true, ));
$this->session = $this->facebook->getSession();
var_dump ($ this-> session);
Çıktıda tüm geçerli oturum değerleri olsun.