I have one website app in facebook. It was working fine till now. But suddenly i am seeing infinite redirects.
I am using PHP SDK. Why it is happening? How do i fix it?
Thanks
It is facebook APP. The url looks like this after authentication. url.com?state=blabla&code=blabla
But It keeps redirecting. It is because i have given redirection if the authentication if false.
But I don't know why it is not successful. It was working good before few mins too.
$user = $facebook->getUser();
is always 0
$facebook = new Facebook(array(
'appId' => $app_id,
'secret' => $app_secret,
'cookie' => true
));
version is 3.1.1