Email or username:

Password:

Forgot your password?
Top-level
marius

@grishka

> it makes any semblance of a good client app impossible anyway

I would be curious to know what makes you say that.

No comments
Gregory

@mariusor let's see.

- The cornerstone is fetching your inbox. Which contains everything: your feed, comments on your posts, your notifications, and so on. In one single stream. The only feasible way of trying to deal with this is storing everything on the client, forever, and syncing occasionally.
- All images are always full-size jpegs. Just imagine all the data you could waste with that.
- You'd have to issue A LOT of requests, to different servers, to render something like a group profile.

Go Up