Live data from Hacker News

Is Facebook down?

facebook.com

91–95 of 95 posts

Re: Is Facebook down?

#91
post #82

...and that's why you don't use Facebook Like buttons and Boxes all over your site. because it looks broken and full of errors now. Also, I don't want to know what this outage is doing to all the "Log in with Facebook" buttons right now. On a serious note: DNS issue. The authoritative nameservers a.ns.facebook.com and b.ns.facebook.com seem to be "set up" like this a the moment: *.facebook.com ->(cname) star.facebook…

My cached results seem to have a cname of "star.c10r.facebook.com", which works:

    Non-authoritative answer:
    Name:    star.c10r.facebook.com
    Addresses:  2a03:2880:10:8f01:face:b00c:0:1
          31.13.72.23
    Aliases:  www.facebook.com

Re: Is Facebook down?

#94
post #90
post #82

...and that's why you don't use Facebook Like buttons and Boxes all over your site. because it looks broken and full of errors now. Also, I don't want to know what this outage is doing to all the "Log in with Facebook" buttons right now. On a serious note: DNS issue. The authoritative nameservers a.ns.facebook.com and b.ns.facebook.com seem to be "set up" like this a the moment: *.facebook.com ->(cname) star.facebook…

You can load FB buttons and stuff without affecting your site at all, even if FB has DNS issues or is blocked by a firewall https://www.facebook.com/note.php?note_id=10151176218703920 You load the JS SDK using the "fif" pattern. If it fails to load, none of the tags like etc get replaced by iframes, so no errors on the page. `DOMContentLoaded` and `onload` on your page fire as usual. It's as if the site doesn't even…

Just be aware that doing that gives FB a chance to sniff cookies, referrer and other stuff on your own page.

Of course, FB is completely trustworthy with any data you give them access to, so nothing wrong will ever happen.

Post reply on HN