By the time FA has API support, the internet will be beamed directly into our heads.
I took it to mean some API was missing in the WP7 SDK that they needed. Of course, that would imply they'd actually investigated doing this.
I've never bothered with WP7, but I *have* done .NET, and again, Microsoft makes it a priority...to make their programming interfaces similar across platforms, so the dumbshits that have spent their lives writing corporate DB apps in VB6 can easily get locked into whatever else Microsoft wants them to get locked into. Back in the bad old days before .NET Windows Mobile had a horrible Win32-like C++ API, that was really nothing like Win32 but it *looked* like it, so that these idiots wouldn't get scared of having to learn new things.
I had the idea of an FA app figured as a gimmick more than anything else. In other words, they'd want to do something like this:
public static void Main(string[] args) {
Window main = new Window();
WebBrowser w = new WebBrowser("http://www.furaffinity.net/");
main.Add(w);
main.ShowAll();
Application.Run();
}
And say "HURR, FUR AFFINITY, NOW AVAILABLE AT THE APPLE APP STORE HURPA DERP."
Anyway, how you could not achieve the above on *any* reasonably modern platform, mobile or not, is beyond me. But yeah, if they're looking to have some kind of API on the server side itself, I'll be selling deicing fluid to Satan before that happens....