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 FOSUserBundle adds support for a database-backed user system in Symfony2. It provides a flexible framework for user management that aims to handle common tasks such as user registration and password retrieval.

learn more… | top users | synonyms

0
votes
1answer
31 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 ...
0
votes
0answers
62 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
54 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. ...
1
vote
2answers
323 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
230 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
192 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 ...
1
vote
0answers
272 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 ...
2
votes
1answer
226 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
293 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. ...
1
vote
1answer
364 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
2answers
660 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 ...
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?
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. ...