I\'ve struggled with setting up a new Facebook page tab app for days. No matter what I do, I see a blank page (and believe me, I\'ve read everything that google could find o
When you do, I suspect you'll see what I'm seeing...nothing (except for the familiar Facebook page header and footer)
Get a better test browser then :-)
Opera gives me the following message,
Error
https://google.com/
The website does not permit its content to be displayed in a frame. It must be displayed in a separate window.
– which was to be expected, since Google sends the HTTP header X-Frame-Options: SAMEORIGIN
Regarding your problem with your own app page – check your server logs, to see if the request even comes up there; and if so, how it is answered.
Then check if there’s a problem with your SSL certificate – Firefox for example won’t let you add an exception for your local test site if it’s displayed in an iframe (should show a warning message though). Can you reach your test page outside of Facebook, stand-alone?