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.
This is the Symfony 2.1.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.1.x — not just 2.x.
0
votes
0answers
40 views
Symfony 2.1 Autologin after facebook login
I'm creating an intranet, therefore all users have account automatically created for them. They then go to a url to create their password. All that works great. I'm now trying to allow them to ...
0
votes
1answer
100 views
HTTP 500 error when I require PHP facebook SDK at Symfony2
I've added requirement
require_once __DIR__ . './facebook/src/facebook.php';
at vendor/autoload.php file.
And all is OK while I'm working on localhost using denwer.
But when I try to use this on ...
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 ...
0
votes
0answers
80 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
84 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
350 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
1answer
446 views
Symfony2 Facebook connect - redirect after login using js sdk
I am implementing Facebook connect on my Symfony2.1 company's website, using the javascript sdk.
The following code that I am using, works fine:
<script>
window.fbAsyncInit = function() {
...
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, ...