I have an application use this to log in.
https://github.com/facebook/facebook-php-sdk
$facebook = new Facebook(array(
'appId' => 'XXXXXXXXXXXXXXXXXXX',
'secret' => 'XXXXXXXXXXXXXXXXXXX',
));
I have test on my facebook account, it works fine and facebook pop up the message
My App will receive the following info: your public profile...
The problem is when I try to use different account to log in, it return nothing.
anyone know where is the problem?
url shows https://www.facebook.com/dialog/oauth? client_id=499519323487644&redirect_uri=http%3A%2F%2Fwww.mysite.com%2FfbLogin%2Fexamples%2Fexample.php&state=fe56e342043378a4afb4593d9c13372e& sdk=php-sdk-3.2.3&scope=email%2C+user_birthday
page display nothing