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 had a working application on Facebook that even made it to the App directory. Now all of a sudden, when I hit the URL, it goes into an infinite kind of loop, and finally times-out with the message:

The connection has timed out

The server at apps.facebook.com is taking too long to respond.

The app is available at: http://apps.facebook.com/simple-wishes/?ref=canvas_bkmk_top&count=0

I have made no changes to the code since month, and it worked fine all along. Has FB made any changes that I am not aware of? Thanks in advance

share|improve this question
see how the redirect is working using something like firebug – Dagon Apr 21 '11 at 4:20
my app also got the same prob, it just reloads infinitely ! – Sourav Apr 21 '11 at 4:24
Try this one i.imgur.com/TOkJw.jpg – haha Apr 21 '11 at 6:42
You know that I'm not going to add your application to test it for you right? Anyways, since the Permissions dialog appear then I assume it's working. – ifaour Apr 21 '11 at 7:11
Thanks haha, will check & revert. ifaour, yes sadly you will have to add to test. But the Permissions dialog is rendered by FB and not by custom code. So its not a sufficient condition to guarantee that the app is working. – Prasad Apr 21 '11 at 15:08
show 1 more comment

1 Answer

I was also facing the same problem. A couple of month ago my application was working fine and it was an iframe based app. But suddenly its behavior was same as you discussed.

If you are using new FB-APi then my suggestions are that please change your facebook-application settings from developer.

In advanced setting tab. OAuth 2.0 for Canvas = Enable Upgrade to Requests 2.0: = Enable.

hopefully it will resolve your problem

share|improve this answer
THanks for your reply Hassan. Both those options are enabled for my app, but that hasn't helped :( – Prasad May 14 '11 at 4:05

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.