[symfony-users] Re: FOSFacebookBundle

2011-05-26 Thread Stephan Petzl
yes- thats it- thanks, works again! On May 25, 5:37 pm, Christophe COEVOET wrote: > Le 25/05/2011 17:18, Stephan Petzl a crit :> By the way: after upgrading to > BETA2 yesterday, authentication does > > not work anymore. I think there is some issue with the oAuth > > conversion of the facebook A

Re: [symfony-users] Re: FOSFacebookBundle

2011-05-25 Thread Christophe COEVOET
Le 25/05/2011 17:18, Stephan Petzl a écrit : By the way: after upgrading to BETA2 yesterday, authentication does not work anymore. I think there is some issue with the oAuth conversion of the facebook API... Did you update your facebook sdk to the v3 ? this would be an issue because the bundle i

[symfony-users] Re: FOSFacebookBundle

2011-05-25 Thread Stephan Petzl
By the way: after upgrading to BETA2 yesterday, authentication does not work anymore. I think there is some issue with the oAuth conversion of the facebook API... On May 25, 3:09 pm, Stephan Petzl wrote: > my firewall configuration looks like this: > >     firewalls: >         wdt: >            

[symfony-users] Re: FOSFacebookBundle

2011-05-25 Thread Stephan Petzl
my firewall configuration looks like this: firewalls: wdt: pattern: ^/_wdt security: false login: pattern: ^/login$ anonymous: true profiler: pattern: ^/_profiler security: false public: