I noticed if I view the source of the webpage i do not see the
FB.Init() method.  Here is my layout.php

<?php use_helper('sfFacebookConnect')?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:fb="http://
www.facebook.com/2008/fbml">
  <head>
    <?php include_http_metas() ?>
    <?php include_metas() ?>
    <?php include_title() ?>
    <script type="text/javascript" src="/sfFacebookConnectPlugin/js/
animation/animation.js"></script>
  </head>
    <?php
  if (has_slot('fb_connect'))
{
  include_slot('fb_connect');
} ?>
  <body>
    <?php echo $sf_content ?>
    <?php echo include_facebook_connect_script() ?>
  </body>
</html>

On Jun 3, 3:50 pm, jostster <josts...@gmail.com> wrote:
> I followed the tutorial 
> athttp://www.symfony-project.org/more-with-symfony/1_4/en/12-Developing...
> and keep getting these errors.  Did facebook change their cookies?
>
> my actions is blank and I have also tried sfFacebook::requireLogin()
> but still get the same result.
>
> Here is my indexSuccess.php
> ----------------------------------------------
>
> <?php $sfGuardUser = sfFacebook::getSfGuardUserByFacebookSession(); ?>
> Hello <fb:name uid="<?php echo $sfGuardUser?$sfGuardUser->getProfile()-
>
> >getFacebookUid():'' ?>"></fb:name>
>
> Notice: Undefined index: fbs_44797d8f369dcb00165b2b68742bd1c6 in /
> home2/ameriee2/aksymfony/plugins/sfFacebookConnectPlugin/lib/
> sfFacebook.class.php on line 30
>
> Notice: Undefined index: sig in /home2/ameriee2/aksymfony/plugins/
> sfFacebookConnectPlugin/lib/sfFacebook.class.php on line 38
> Hello

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to