CakePHP-Facebook-Plugin icon indicating copy to clipboard operation
CakePHP-Facebook-Plugin copied to clipboard

Canvas page constantly refreshes

Open loganbest opened this issue 13 years ago • 0 comments

I'm getting reports that some people are constantly getting page reloads when they visit my app. Looking through forums and everything I'm thinking it may have something to do with the user not being able to get authenticated correctly thus causing this line to be run:

FB.Event.subscribe('auth.login',function(){window.location.reload()});

I was also just now able to reproduce this refreshing on Safari and IE7

loganbest avatar Mar 19 '12 15:03 loganbest