Hi Raphael, there must be some cookie issue in your application. Setting the Facebook cookies can be very tricky, especially when dealing with iframes inside the Facebook canvasin Safari. Are you sure you have published the plugin's assets ? You also should not use the outdated filters which everybody uses despite it never being mentioned in the documentation :-)
Check this url to be sure you did everything correctly http://www.symfony-project.org/more-with-symfony/1_4/en/12-Developing-for-Facebook and use the latest github version : http://github.com/fabriceb/sfFacebookConnectPlugin Cheers ! Fabrice As for the publish_stream, just use the JS sdk directly. Facebook changes it every month, so there is no use abstracting it On Jun 1, 12:44 pm, Raphael <[email protected]> wrote: > Hi there, > > I am trying to implement a simple Facebook connect on my website using > sfFacebookConnectPlugin, Symfony 1.4 and Doctrine but I am not sure I > am doing it right... > > Everything works fine up to the point where a guardUser is created and > logged in after the user clicks the "connect with facebook" button but > after that, the $sf_user->getCurrentFacebookUid() always return NULL > (as well as sfFacebook::getFacebookClient()->get_loggedin_user()) > the GuardUser created in the DB has a valid Facebook UID though... > Am I missing something? Is it normal and should I use the FBuid stored > in the db rather than get_loggedin_user()? > > Additional question: does the plugin provide a way to publish news > feeds? I didn't find any documentation on this... > > Thanks!! -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
