Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Questions about the 2.0.x branch of the CakePHP MVC framework. If your question applies to CakePHP in general, use the tag [cakephp].

learn more… | top users | synonyms

0
votes
1answer
29 views

Using Facebook App to obtain contacts and profile details for user on my website, it works for some users and not for other

I integrated Facebook API for importing Facebook contacts as well as profile details. It was working well before. Now it allows syncing for few users and some users are unable to acquire any Facebook ...
0
votes
1answer
21 views

CakePHP - own functions

Long story short - I'm integrating the Facebook API (PHP-SDK) with CakePHP (I know that there are already existing integrations out there on GitHUB but I use this exercise as a learning curve for ...
2
votes
1answer
62 views

CakePHP Facebook plugin error in HTTPS not in HTTP

I have set up the facebook plugin like the instructions. Downloaded package and installed in app/plugins/facebook Created app/config/facebook.php with my app's id, key and secret numbers, based on ...
0
votes
0answers
96 views

cakephp:facebook plugin - logout button displayed on page refresh

i am using facebook plugin for cakephp and am following the below link: https://github.com/webtechnick/CakePHP-Facebook-Plugin and ...
2
votes
1answer
562 views

cakephp facebook api, FB->api('/me') returns empty value

I use Webtechnick Facebook plugin for cakephp 1.3 website. I implemented it about a year ago. And it worked fine until now. But today I found out that when I try to login(as a new user) it does not ...
0
votes
2answers
651 views

How to clear cache in Controller CakePHP 2.x?

I am working a properties website where user creates the listing and later to save it, we ask him to connect via Facebook. Currently it is working nice but, when I create another property (say a User ...
0
votes
0answers
79 views

Logout not successfull using Facebook Connect

I have tried to create facebook Logout function. Issue is though I successfully get login to facebook. but at moment of logout my session remains same i.e. If I try to open facebook to new tab after ...
0
votes
0answers
302 views

CakePHP, Facebook, and Safari - 3rd Party Cookies and the Security Component

I am using CakePHP with the Security Component turned on. Here is my Controller <?php class PagesController extends AppController { public $helpers = array('Html','Form'); public ...
1
vote
1answer
227 views

CakePHP and Facebook with Security Component turned on

I want the Security Component turned on. BUT when you load a CakePHP app inside a Facebook tab, FB posts $_REQUEST['signed_request'] to my form - the problem with this is that the Security Component ...
0
votes
0answers
165 views

CakePHP + Facebook meta ta does not render correctly

My application is rendering Facebook meta(og:title, og:title) dynamically using database record's info. When I click view source from the browser, I saw the record is rendered correctly. However ...
-1
votes
1answer
234 views

How to setup facebook-php-sdk3 in cakephp-2.0?

I need the info about any complete tutorial about how to setup facebook-php-sdk3 in cakephp-2.0. If you have any please help me out of this. I've searched and found some plugins but with incomplete ...
0
votes
1answer
120 views

creating facebook canvas app with cakephp

I'd like to create a Facebook canvas app with CakePhP 2.0. All the tutorials I've found seem to be out of date. Could anyone tell me how I can integrate facebook-php sdk into cakephp 2.0 ? Any help ...
1
vote
0answers
362 views

CakePHP 2.0 Auth + FB login integration session lost issue

I am facing a session loss issue while integrating FB login to the application. FB login gets succeeded, when user get redireced to my app it creates Auth session. ...
-1
votes
2answers
143 views

Facebook auth works fine on localhost but from my host it wont return user info

I am trying to use the Facebook plugin for cakephp written by webtechnick in a canvas app on facebook. It works fine when my app points to localhost, and I can see all the info about myself using the ...
0
votes
1answer
382 views

Cakephp 2 Webtechnick Facebook Plugin - should we use it?

As Facebook stops supporing FBML http://developers.facebook.com/docs/reference/fbml/ starting June 1, 2012 I'm wondering if I should use Webtechnick's Facebook Plugin as it uses quite a lot of FBML ...
3
votes
2answers
385 views

conflicting between cakephp auth login function and facebook sdk

I'm beginner in cakephp and I'm trying to use the Facebook php sdk but i get conflict between cakephp auth login function and facebook sdk calling $facebook = new Facebook(array( 'appId' => ...