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 FOSFacebookBundle enables integration of the Facebook PHP and JS SDK's.
0
votes
0answers
44 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 ...
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
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
0answers
11 views
FOSFacebookBundle does not have support for frictionlessRequests param
trying to init facebook with frictionlessRequests but somehow all parameters are getting rendered accept for the frictionlessRequests param - any idea?
Here is my line:
{{ ...
0
votes
1answer
57 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
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
234 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
198 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
0answers
82 views
FosFacebookBundle login button
How can I setup a custom login button with a translated string in FOSFacebookBundle ? I need to have something like {{ 'FOS.please_login'|trans }} inside the button because I use several languages.
-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 ...
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 ...
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
276 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
300 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
366 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 ...
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:
...
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 ...
4
votes
1answer
781 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 ...