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, '', '');