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.

Symfony2 is an open source PHP web development framework for PHP 5.3.3+ focusing on easy and fast development cycles and including state-of-the-art design patterns and programming philosophies.

learn more… | top users | synonyms (1)

0
votes
0answers
43 views

Symfony2 _security.last_error using FOSFacebook Bundle Login

I am using Symfony2 with FOSFacebookBundle for facebook login it works fine on major times but some times it didnt create a session and redirect me to home page when i debug it from class ...
0
votes
1answer
33 views

Retrieve User entity with the salt property

Is there anyway I can load a User from the database with the salt property inside the object? I'm using FOSUserBundle integrated with FOSFacebookBundle. I mande one modification that lets a user ...
-2
votes
1answer
110 views

Edge Side Includes (ESI) are anything like Facebook's BigPipe?

Everyone interested in web application performance knows about the idea behind Facebook's BigPipe. Recently, Symfony released a new feature, called the fragments sub-framework. The idea behing this ...
0
votes
0answers
78 views

FOS Facebook Bundle Providers Error

I'm following the FOS documentation on integrating Facebook Login with the User Bundle login here: ...
0
votes
1answer
70 views

Good pratices with symfony 2 : Make a facebook like friend request

I am working on a Web App using Symfony2 and I'd like to make a facebook friend request like system. User "A" ask permission to user "B" to do something. User "B" should see a notification asking ...
0
votes
0answers
53 views

Implement Facebook javascript sdk in website in Symfony2.2

I am working on a website in symfony 2.2. I want to implement facebook login. I have used the javascript sdk for the same. Now I get the access token in return after the login. This is working ...
0
votes
1answer
47 views

FOSFacebookBundle does not work on my site

I try to use FOSFacebookBundle & FOSUserBundle. It set up as the manual. An error does not come out. A user registration, login, logout of FOSUserBundle was success. And invitation ...
0
votes
1answer
75 views

Error: Cannot redeclare class Facebook

Like many others, I'm getting the following error when using the default facebook.php file: Fatal error: Cannot redeclare class Facebook in ...
0
votes
1answer
55 views

Authentication access control ROLES

Using symfony2.1 und FOSFacebookBundle: If the user is typing www.example.com, e.g. the user closed his browser, then I want to do a redirect to www.example.com/secured if he is still authenticated. ...
0
votes
0answers
79 views

Symfony 2.2 facebook connect problems

In Symfony 2.2, I've made a login form which can authenticate users from my database (they are then redirected to a page - let's call it 'page2'). Now I want to allow facebook users to login as well. ...
0
votes
1answer
54 views

Don't get friends relationship status [duplicate]

Using Symfony2.1 and FOSFacebookBundle: In the action: $f = new \Facebook($config); $friends_data = $f->api("/me/friends?fields=id,name,birthday,username,relationship_status,gender,location"); ...
1
vote
2answers
337 views

Custom Facebook FOSFacebookBundle Login Button

some one know how custom/change image of FosFacebook login button ? {{ facebook_login_button({'autologoutlink': true}) }} And redirect on a full page facebook login not on pop-up.
0
votes
0answers
233 views

fosfacebook bundle unable to get user information from facebook

I'm using Symfony 2.1 for a project & I'm using FOSFacebook bundle integrated with FOSUser bundle. when the user logs into my application no information is retrieved! i mean this line goes in ...
1
vote
1answer
197 views

FOSFacebookBundle + FosUserBundle Email exist in the BDD

I have a special use case I can not solve. When the user click on Facebook Connect and find an similar email in my DB. I want to ask the user if the account belongs to him. If the answer is yes, he ...
0
votes
1answer
115 views

On Symfony 2, losing session with iframe on IE, in all actions

I've exactly the same problem: On Symfony 2, losing session with iframe on IE $response->headers->set('P3P', 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); But i've ...
-1
votes
1answer
88 views

get picture of profile in FacebookBundle

someone knowS how to get a profile picture from Json data,I get all information(usernam,firstname,FacebookId) but I can't have the link of picture of my profile : namespace ...
2
votes
1answer
148 views

Symfony2 FOSUserBundle Pairing with Facebook Account

I've been trying to figure this out for awhile. I've gotten both FOSUserBundle and FOSFacebookBundle to work together, but I didn't realize the project I am working on requires that instead of ...
1
vote
1answer
358 views

FOSFacebookBunlde throws “Notice: Array to string conversion in vendor\doctrine\dbal\lib\Doctrine\DBAL\Statement.php line 103” exception

Since I updated from symfony 2.0 to 2.1 I cannot login via Facebook. Symfony redirects me to my login page and displays this error: Notice: Array to string conversion in ...
0
votes
0answers
70 views

FOSFacebook change the culture inside a listener

I've got a multilanguage-website with facebook integration. I want facebook to always be in the site's language so (eg in English if the site is in English...) each language is a subdomain ...
0
votes
0answers
70 views

Symfony2 + FOSFacebookUserBundle custom login button

I integrated the FacebookLogin bundle and it works, but I need to make a customizazion. I have to show a customized login button image. This is because of design requests and also because the ...
1
vote
2answers
294 views

Login to symfony from android device

I have an android app that the user logs in to via facebook. I am trying to access my symfony api without logging in another time. Is it possible to log in to symfony with just the access token that I ...
1
vote
0answers
209 views

Symfony2: unable to impersonate user when website log-in using two different user providers

In my website user can log-in with simple account (created in my website, configured MY_OWN_USER provider, which selects user by email) or using facebook log-in (integrated through fosfacebook ...
1
vote
0answers
275 views

FOSFacebookBundle Redirection Issue

I have some troubles using FOSFacebookBundle with FOSUserBundle for make a subscribtion by Facebook on my website... There is my code: base.html.twig: <html ...
0
votes
0answers
127 views

FOSFacebookBundle must login to authorize user in symfony2

Custom user custom provider and FOSFacebookBundle work flawlessly by logging into the website, but the user does not get authorized automatically if he has already logged in to his Facebook account, ...
0
votes
1answer
240 views

How to use Facebook server-side flow with FOSFacebookBundle

The default implementation of FOSFacebookBundle is using client-side flow. I've tried it and it works. Now I need to implement the server-side flow. Then I do this: Hyperlink when clicked will go to ...
2
votes
1answer
229 views

Error on JS for FOSFacebook Bundle 2.0

I try to install FOSFacebook, I have follow all the steps, but i got this error in js console: Uncaught ReferenceError: onFbInit is not defined I have include this lignes in my base.html.twig: ...
0
votes
1answer
296 views

Service not triggered : The controller must return a response (null given)

Hi everyone and huge thanks for the help, I am trying to get FOSFacebook work, but it seems to be impossible until now. I tried a lot of configuration, and a lot of fix but nothing worked for me. ...
0
votes
1answer
314 views

Post to Fan Page Wall, status OK, but post doesn't show on Wall

I am trying to implement a functionality to publish post to Facebook Fan Page from Admin page (SonataAdminBundle) for Symfony 2 Framework. I've integrated Facebook PHP SDK and in Controller tried to ...
1
vote
1answer
365 views

FOSFacebookBundle breaks “remember me” of FOSUserBundle

Problem: We have been using the FOSUserBundle for Symfony2, and all works fine, including the "remember me". We recently introduced FOSFacebookBundle. Since then the "remember me" for "normal" login ...
1
vote
1answer
460 views

Need to connect Facebook connect in Symfony2

I am new to Symfony 2 and want to integrate facebook Connect. Can anyone guide me step by step how to integrate facebook connect in Symfony2??
-1
votes
1answer
296 views

using facebook connect in Symfony2

I am using facebook connect in Symfony2, I have done this successfully, but now I want to get the User information of the logged in user from facebook. How can I get the user's information from ...
1
vote
2answers
663 views

FOSFacebookBundle works, but FOSUserBundle does not seem to work

I can login with FOSFacebookBundle and everything works. But, FOSUserBundle does not seem to work because profiler shows Username: anon and Roles: {}. And, there is no user data about logged in user ...
0
votes
1answer
331 views

An error may have occurred as part of the login process

Alright so I'm using symfony2 and using the symfony2 facebookbundle. Whenever I login to facebook, only if I'm not already logged in, I get this error when I attempt to login to my application. "An ...
1
vote
1answer
770 views

Symfony/Silex + Facebook SDK : Session Start conflict

How do I resolve session_start conflicts without changing the original source code? And how does the Symfony component or Silex check to see if a session already exists? Notice: A session had already ...
0
votes
1answer
777 views

Symfony2 + PHP Facebook Api

I'm trying to use the Facebook API for PHP in a Symfony2 Bundle. My problem is how to include these Classes in my Bundle. In my autoload file I have included the namespace ...
0
votes
1answer
800 views

Symfony2 FOSFacebookBundle use:

I have try a lot to integrate FOSFacebookBundle in my application, but can't get configure it. May be the gitHub instruction is a bit confusion or something else anyhow: Where to study and know ...
0
votes
1answer
139 views

Symfony2 Exceptions Break App

I'm using the Facebook PHP SDK with Symfony. Whenever I use the SDK I have it in a try and catch. However, Symfony breaks the app and throws up an error page. Normally this is really useful for ...
2
votes
1answer
397 views

symfony 2 - Facebook Bundle - FacebookProvider - How to use a service and Entity Manager in FacebookProvider ?

Everything is in the title, i use the FacebookBundle : http://knpbundles.com/FriendsOfSymfony/FOSFacebookBundle The log in with facebook work correctly and i want to use some services and ...
3
votes
1answer
403 views

Silex/Symfony app working, but not in Facebook

I have a Silex + Twig app running just fine on Heroku when not iframed, but when iframed in Facebook, it returns the following error. MethodNotAllowedHttpException: No route found for "POST /": ...
1
vote
2answers
624 views

Facebook Bundle and Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken::serialize() must return a string or NULL

I've follow the doc of the bundle (tagged version to work with symfony 2.012): http://knpbundles.com/FriendsOfSymfony/FOSFacebookBundle So i've got this error when i intend to log on my website now ...
0
votes
1answer
502 views

Set facebook app_id for each of my different apps in same Symfony2 project

In other words, I have different bundles for each of my fb apps and want to load app_id and app secret depending on the bundle being used. I am also using FOSFacebook Bundle My config.yml: ...
0
votes
1answer
429 views

Manually delete facebook cookie in FOSFacebookBundle

I would like to manually delete the facebook cookie used by my application, in order to be able to regenerate a new access token when the user's one is not valid anymore. How can I do that ?
2
votes
3answers
2k views

Symfony authentication on oAuth with FOSUserBundle

I'm using FOSUserBundle to authenticate users from database and now I want add authentication through oAuth services(like Facebook, Twitter and others). How to do this in best way?
1
vote
2answers
802 views

Symfony2 - FOSFacebook Bundle - Subdomain

So I've mangaged to get the FOSFacebook bundle integrated into my app alongside the FOSUser bundle. Now it's working properly on my dev server minus a few bugs but it works. UPDATE: So for some ...
0
votes
1answer
173 views

Assetic Dump error : facebook cURL

I am running Symfony2, and have installed the FOSFacebookBundle for handling facebook connectivity. But after installing this bundle, I am not able to do `assetic:dump` OR `cache:clear` anymore, ...
4
votes
1answer
780 views

Symfony2 - how to extend a vendor bundle (e.g. of FOSFacebookBundle)

Scenario: I'm using a bundle (FOSFacebookBundle) that allows me to set parameters for exactly one facebook app in my configuration. Everything works perfectly fine, but now I need to set now only one ...
1
vote
1answer
498 views

Facebook access_token strange issues on website while requesting fb friends

i have an application written with symfony 2 (and using an fosfacebookbundle with custom userprovider from fosub). i use the js sdk and the php sdk from facebook in that applicatoin. log in into my ...
0
votes
0answers
306 views

ServiceNotFoundException: The service “my.facebook.user” has a dependency on a non-existent service “fos_user.user_manager”

I'm using the fosFacebookBundle for symfony2. I followed the instructions from the installation guide but now I don't know what I must change in the security section for the userManager: services: ...
7
votes
1answer
2k views

FOSFacebookBundle and FOSUserBundle working together

I'm developping a website with Symfony2 and I'm what we call a beginner. I installed FOSUserBundle successfully. Now I would like to install FOSFacebookBundle so that it will work with FOSUserBundle. ...
0
votes
2answers
1k views

Symfony2: using Facebook PHP Api, BaseFacebook class can not be loaded

I think this is related to the autoloading of Symfony2: I created a class FacebookSessionPersistence extends \BaseFacebook Further, I inserted following line in the autoload.php: ...

1 2