TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Facebook F8 Story No one is writing: Nothing works.

129 pointsby tlianzaabout 15 years ago

12 comments

japherwockyabout 15 years ago
I spent this winter working on a pretty trivial FB app, and existing functionalities broke all the time, usually in silent and mysterious ways.<p>It drove me insane that my app would be horribly broken and all I could do was wait around spamming refresh.<p>Seriously awful experience, and it sounds like they're continuing the tradition!
评论 #1293287 未加载
评论 #1293961 未加载
mikeboabout 15 years ago
Hate to say it, but this is par for the course every time Facebook releases new APIs. They move at an insanely fast pace for a company of that size, and there's no free lunch, so the tradeoff is buggy software.<p>I don't see a lot of first mover advantage with the new stuff, so my advice would be to wait a few weeks.
评论 #1293149 未加载
评论 #1293080 未加载
评论 #1293413 未加载
评论 #1294066 未加载
joezydecoabout 15 years ago
I don't know about any of these advanced features, but it looks like even simple images won't load when looking at photos.<p>My wife has been asking me all morning if the net is down. No, it just looks like FB is broken.
pkulakabout 15 years ago
I spent a good portion of Friday trying to get their new JS libs working; no dice. Even just running the three-line code examples from the docs was throwing errors deep within the compressed JS. I had great results with the OAuth2 API, however.
ConceptDogabout 15 years ago
This is par for the course on a daily basis. I work on facebook apps essentially all day, every day. One of the biggest challenges is writing an application that relies on facebook functionality that may or may not vanish or fail hourly.<p>+1 for building a business on a platform that you don't own, don't control, and has no TOS or SLA with you that protects your uptime.
keeganpoppenabout 15 years ago
This isn't exactly news at this point, but I was also having this problem just today and was whining about it and here is this post. It got to the point where I was figuring out what functions actually existed by using Chrome developer tools and investigating the FB object and its members, and then trying to read the minified javascript.<p>On the plus side, it's bound to improve soon for two reasons: 1) It can't get any worse 2) They can't get away with this much longer<p>I happen to kind of know one of the guys responsible for a lot of the JS API stuff, so I plan on giving him crap about this next time I see him, if that's any consolation. :-)
danicgrossabout 15 years ago
I can't count the amount of times I ended up re-writing some of the API's functions because the one's they shipped just didnt work.
评论 #1293999 未加载
tzuryabout 15 years ago
<p><pre><code> Usually this is the way most of "take over the web" revolutions appeared to be after the buzz is down. (e.g. Have you seen any interesting Google Wave plugin recently?)</code></pre>
评论 #1293307 未加载
LiveTheDreamabout 15 years ago
One peeve: an "undocumented feature" is not a feature that was advertised but doesn't work, it's one that wasn't advertised but does work.<p>&#62; The most popular site on the web is getting a pass.<p>Probably because the old API is still fully supported.
评论 #1293557 未加载
Cornifyabout 15 years ago
I had basically the same experience updating cornify.com to the new social plug-ins. Documentation is incomplete, the Facepile doesn't work at all, and using an older Facebook Connect library at the same time breaks everything.<p>This has been my experience for a long time now. Even when talking to big clients at work, we're simply not encouraging integration with the Facebook APIs since we can't be sure what's going to happen.<p>Another thing that is a big downer is that the plug-ins can't be skinned. This may be good to keep the brand visible and establish a minimum level of design quality, but for agencies it doesn't work since it's impossible to create something dead-sexy.
patio11about 15 years ago
tlianza: check your blog, it is showing me a page of spammy pharm links. I think your wordpress is compromised.
gokhanabout 15 years ago
For a couple of days, new Like button stuck showing only 5 likes for my site whereas I'm sure there are more, so I removed it.<p>But, implemented a Facebook login though the new graph api and it's really nice to work with. The documentation lacks a bit but enough to integrate it to my site in a day.