Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I using in PHP SDK and sometimes when I'm connecting to my FB app on Internet Explorer the function getUser() returns 0! Someone knows this weird issue? After some attempts it is getting connected.

It seems that there are cases that facebook doesn't identify the user. Any advice?

$facebook = new Facebook(array(
 'appId'  => FACEBOOK_APP_ID,
'secret' => FACEBOOK_SECRET_KEY,
));

// Get User ID
$fbUserId = number_format($facebook->getUser(), 0, '', '');
share|improve this question
1  
Can you post your code so we can help diagnose the problem? – Jeffery A Wooden Feb 14 '12 at 1:44
Yes, you can see the code attached now. – Nimi Feb 14 '12 at 8:52
25% acceptance rate is pretty low, you should work on accepting answers, or closing questions that no longer are relevant. Or answering your own questions with the solution if you found one. – DMCS Feb 14 '12 at 15:21
How can I close irrelevant questions? – Nimi Feb 15 '12 at 10:22
What happens if your remove the number_format? – Jeffery A Wooden Feb 16 '12 at 1:17
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.