[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-16 Thread Fabrice Bernhard
Hi Zach, What's the best way to collect extra information about a facebook user, the first time they sign in with facebook connect? you have a snippet in the Developing for Facebook chapter of the More with symfony book

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-15 Thread Zach
Has anyone else done this? What's the best way to collect extra information about a facebook user, the first time they sign in with facebook connect? How do I know it's their first time, and how should I override the default Signin function to do this? Thanks, Zach On Feb 8, 11:45 am, Zach

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-08 Thread Zach
I have a question regarding the getSfGuardUserByFacebookSession function of the sfFacebook class. I am overriding the BasesfFacebookConnectAuthActions executeSignin() function to see if an sfGuardUser has been created and if not redirect to a different page to confirm some details and add the

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-29 Thread Fabrice Bernhard
I would definitely check the configuration. To get the Facebook UID in a website, you need Facebook Connect to be perfectly configured and to not forget the publish-assets command for the html file to be visible. To get the Facebook UID in a Facebook app, you need to test inside the Facebook

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-28 Thread Andrés Cristi
Yes, i'm testing on an internet-accessible server. I will see if there's something wrong on the configuration of the application on facebook. Thank's On 24 dic, 17:00, Fabrice Bernhard fabri...@theodo.fr wrote: Are you testing on an internet-accessible server ? To get the Facebook uid, you need

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-24 Thread Fabrice Bernhard
Are you testing on an internet-accessible server ? To get the Facebook uid, you need Facebook servers to see your server. Fabrice On Dec 21, 6:32 pm, Andrés Cristi andrescri...@gmail.com wrote: Currently i'm having a similar problem. I'm working with symfony 1.4+sfDoctrineGuardPlugin. My

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-23 Thread Andrés Cristi
Currently i'm having a similar problem. I'm working with symfony 1.4+sfDoctrineGuardPlugin. My problem is that the the user seems to be null, so when it is saved to the database, the username is saved like Facebook_, when it should be something like Facebook_.$FacebookUserId. I've read the

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-10 Thread Hardeep Khehra
Not sure what I'm doing wrong, but for starters i'm beginning a fresh project using symfony 1.4, but I can't get this plugin to work for the life of me. I've followed all the instructions and cannot get this plugin to work using sfDoctrineGuardPlugin. The facebook dialog appears and i can log

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-08 Thread Fabrice Bernhard
Hi Zach, You don't need any sfFacebookConnect filters in a standard implementation. Better documentation will soon be online as part of the symfony 2009 advent calendar :-) Cheers, Fabrice -- http://www.theodo.fr On Dec 8, 7:28 am, Alexandre Salomé alexandre.sal...@gmail.com wrote: Hi,  

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-07 Thread Zach
I have run into another error... I am running the sfFacebookConnectDemo. It prompts me to connect, I enter my facebook email and password, click connect, and I get this error: Strict Standards: Non-static method sfFacebookGuardAdapter::getUserProfileProperty() should not be called statically,

Re: [symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-07 Thread Alexandre Salomé
Hi, You should contact the author of the plugin to have more informations, or look for a README file or an INSTALL file. Alexandre 2009/12/7 Zach zach...@gmail.com I have run into another error... I am running the sfFacebookConnectDemo. It prompts me to connect, I enter my facebook email

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread ridcully
Hi Zach, i'm using the Doctrine SfGuard Plugin with Facebook Connect and it works well. Do you've change the myUser.class.php ? class myUser extends sfFacebookUser { } When that not works, i need informations when does the Problem happens ? I hope i could helped. On Dec 2, 4:46 pm, Zach

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Zach
Thanks for the reply. Yes I have changed the myUser.class.php to extend sfFacebookUser. I have followed all the installation instructions for sfGuard found here: http://www.symfony-project.org/plugins/sfGuardPlugin/1_1_16 and also the installation instructions for sfFacebookConnect found here:

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Zach
Thanks for the help, I don't know what I had done wrong, but I started over from scratch and now it seems to work. On Dec 3, 7:51 am, Zach zach...@gmail.com wrote: Thanks for the reply. Yes I have changed the myUser.class.php to extend sfFacebookUser. I have followed all the installation

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Fabrice Bernhard
Great you managed to solve your problem, although it would have been nice to actually see what you did wrong. Cheers, Fabrice -- http://www.theodo.fr -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to