I followed the tutorial at 
http://www.symfony-project.org/more-with-symfony/1_4/en/12-Developing-for-Facebook
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