示例#1
0
 protected function fbRedirect()
 {
     if ($url = SFacebook::getRedirectUrl()) {
         App::$inst->render('redirect.php', array('redirectUrl' => $url, 'openGraphTags' => H::ogTags()));
     } else {
         $this->renderLayout('layout');
     }
 }