We have a Facebook iframe app that (seemingly) randomly will not work and just show a blank page with no error messages.
The app - https://www.facebook.com/ashforduniversity/app_359931684074799 Our hosted iframe - https://www.ashford.edu/static/facebookapp/
The iframe it is accessing is HTTPS enabled and works every time if you hit it directly but only works most of the time when hit via our facebook page. When it fails it returns a blank page with the standard Facebook header and a small empty box where the iframe should be.
Using firebug's net panel I have noticed that when the page successfully shows the iframe, it makes a request to our hosted page as expected, but when the page fails to load there is no call made and no errors displayed.
Here is where it gets even weirder. For awhile i could not reproduce the issue on any of my machines and we have tried the page out on macs and pcs and on every major browser yet there is no definitive setup that will cause it to fail, reloading the page over and over again in the same browser never causes it to fail if it loaded initially and if it fails initially reloading it will never make it work either.
I did finally reproduce it on my machine by logging out of Facebook and then trying to hit the page (which worked) than immediately logging back in and trying to hit it again, which failed, but this only worked once.
Since the problem is intermittent and since the net panel research suggests that the call to our servers isn't even being made I am beginning to suspect that the issue is on FB's end but I want to be absolutely sure. If it is indeed on the FB end they have no customer support that I know of, so here I am. If anyone has any additional insight into this it would be greatly appreciated.