CakePHP-Facebook-Plugin
CakePHP-Facebook-Plugin copied to clipboard
CakePHP 2.3.1 support
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.
same with 2.3.2., did you manage to get it working?
this is major blocker, any fix for this ? @webtechnick
unfortunately no I didn't manage to make it work. I switched to the 'raw' Facebook sdk.
Please check my comment here : https://github.com/webtechnick/CakePHP-Facebook-Plugin/issues/127#issuecomment-17429662 and tell me if it helps.
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.
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.
@DavidColl works now with your solution, still i get no page refresh when the user logged in but thats another problem