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.

The first version of symfony, a full stack MVC framework for PHP 5.

learn more… | top users | synonyms

0
votes
3answers
194 views

facebook api doesn't retrieve email and birthday

I use facebook sdk api with symfony, in the below $user_profile array he can retrieve every information but email and birthday. require 'facebook.php'; $app_id = ...
1
vote
1answer
138 views

Facebook cannot communicate with Symfony app due to sfGuardAuth authentication required

I'm building a music website on Symfony 1.4 and Doctrine 1.2. I'm trying to integrate facebook plugins (like, send, post a message buttons) on my pages. For example, I want users to be able to like ...
1
vote
1answer
302 views

Facebook PHP Library only loading one user per browser

I'm integrating my site with Facebook, I used the Registration Plugin, handled the Registration process, and now in the frontend I check if the user is logged in: ...
0
votes
2answers
2k views

Facebook comments: CSS doesn't work

I'm developing a website and I decided to use Facebook comments to provide commentable behaviour. But, unfortunately, I met some problems. While trying to customize look of news page, ex. ...
0
votes
2answers
56 views

Is there any easy way to “provide” more permissions for my facebook connect app, using sfFacebookConnect

From what I see now, it seems that the plugin provides me only authenticated facebook user's email address.I need the first name, last name, and other data.
0
votes
0answers
537 views

Symfony - Facebook Cookie automatically deleted after ajax call with jQuery

i have a problem with my Symfony Facebook iFrame Canvas Application :) I use the standard facebook php sdk with Symfony 1.4. When I first load the application on facebook everything is fine. (Cookie ...
0
votes
3answers
1k views

sfFacebookConnectPlugin: Authentication problem

I try to get the sfFacebookConnectPlugin to run by following the tutorial on the symfony homepage. Everything seems well configured. But when I try to login with sfFacebookConnectAuth/signin. I get ...