When I try to use Facebook as a Page, Facebook stops loading and only returns a blank page (with some stuff in the (HTML) header. Nothing in the body.
I tried this on Firefox and Opera and on different computers/network. Restarting the browser bring me back to my "normal user".
Any idea what could be causing this?
edit
I've look at the real source (instead of through firebug) and it's seems to be some sort of "end of response".
<!DOCTYPE html>
<html lang="fr" id="facebook" class="no_js">
<head><meta charset="utf-8" />
[...]
<link rel="stylesheet" href="https://s-static.ak.fbcdn.net/rsrc.php/v2/yz/r/xAHQJDFfPxI.css" />
<link rel="stylesheet" href="https://s-static.ak.fbcdn.net/rsrc.php/v2/y6/r/9zveo62-LnW.css" />
<script src="https://s-static.ak.fbcdn.net/rsrc.php/v2/y3/r/rtwojj04NdT.js"></script>
<script>window.Bootloader && Bootloader.done(["lzIvt"]);</script>
As you can see, the <head> tag is never closed and there's no <body>.
...I think I'll have to contact facebook!