[symfony-users] sfFacebookConnectPlugin cookie issues?

2010-07-22 Thread jostster
It seems that facebook has changed their cookies around. Calling $this-getUser()-getCurrentFacebookUid() would return their user id but now it just returns null. Same for $sf_user- getCurrentFacebookUid(). $sf_user-isAuthenticated shows the user is authed but it will not return their facebook

Re: [symfony-users] sfFacebookConnectPlugin cookie issues?

2010-07-22 Thread Sela Yair
not really, I just managed to fix the problem I had with this plugin to use facebook connect and using $sf_user-getCurrentFacebookUid() return to me the real user id in facebook. I used firebug to actually read the response I get from facebook server, have you tried that? On 21 July 2010 18:07,

[symfony-users] sfFacebookConnectPlugin cookie issues

2010-06-04 Thread jostster
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