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
