CakePHP-Facebook-Plugin icon indicating copy to clipboard operation
CakePHP-Facebook-Plugin copied to clipboard

CakePHP 2.3.1 support

Open htm52 opened this issue 12 years ago • 7 comments

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 :

  • Invalid or no certificate authority found, using bundled information
  • OAuthException: An active access token must be used to query information about the current user.

htm52 avatar Apr 04 '13 09:04 htm52

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

simonbuehler avatar Apr 17 '13 15:04 simonbuehler

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

simonbuehler avatar Apr 18 '13 09:04 simonbuehler

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

htm52 avatar Apr 18 '13 10:04 htm52

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

DColl avatar May 04 '13 08:05 DColl

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.

Naop avatar May 12 '13 18:05 Naop

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" [email protected] Sent: ‎5/‎12/‎2013 9:10 PM To: "webtechnick/CakePHP-Facebook-Plugin" [email protected] 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.

amjo avatar May 12 '13 18:05 amjo

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

simonbuehler avatar Jun 13 '13 09:06 simonbuehler