webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

CakePHP 2.3.1 support #129

Open htm52 opened 11 years ago

htm52 commented 11 years ago

I tried to use the plugin with CakePHP 2.3.1 but $this->Connect->user() always return null.

in my apache_errot.log I have these entries :

simonbuehler commented 11 years ago

same with 2.3.2., did you manage to get it working?

simonbuehler commented 11 years ago

this is major blocker, any fix for this ? @webtechnick

htm52 commented 11 years ago

unfortunately no I didn't manage to make it work. I switched to the 'raw' Facebook sdk.

DColl commented 11 years ago

Please check my comment here : https://github.com/webtechnick/CakePHP-Facebook-Plugin/issues/127#issuecomment-17429662 and tell me if it helps.

Naop commented 11 years ago

Same issue here, using the latest 2.3.5. I tried your solution, @DavidColl but it's not helping. I'm trying to use Facebook login without Auth to make things simpler, but it always returns null.

amjo commented 11 years ago

My solution was emvbarassing, but oh well. U have to pass on the User is

$this->User->id = [whatever ur id is]

Cheerio

Sent from my awesome WP8

-----Original Message----- From: "Naop" notifications@github.com Sent: ‎5/‎12/‎2013 9:10 PM To: "webtechnick/CakePHP-Facebook-Plugin" CakePHP-Facebook-Plugin@noreply.github.com Subject: Re: [CakePHP-Facebook-Plugin] CakePHP 2.3.1 support (#129)

Same issue here, using the latest 2.3.5. I tried your solution, @DavidColl but it's not helping. I'm trying to use Facebook login without Auth to make things simpler, but it always returns null. — Reply to this email directly or view it on GitHub.

simonbuehler commented 11 years ago

@DavidColl works now with your solution, still i get no page refresh when the user logged in but thats another problem