Email or username:

Password:

Forgot your password?
Top-level
Darius Kazemi

@NervousGamedev we actually do something like this at the place where I work and it is a much bigger nightmare than you might imagine, requiring a lot of labor. And also major social media sites change their APIs all the time -- it's one of the main reasons I got interested in running my own social media, so that I could guarantee consistent APIs for my bots

4 comments
A Very Nervous Gamedev

@darius interesting! i know APIs change but usually see them do it in deprecation phases giving developers plenty of notice to update things, and even then offer the previous API for a while. but it's been a while since i was a part of that world. has this changed?

Darius Kazemi

@NervousGamedev Facebook is notorious for changing things with deprecation periods that are very hard to work with, or not communicating deprecation well. Twitter in 2018 changed the way their entire streaming API worked, published docs saying "the new API will provide similar functionality", and then there was a ~1 year gap between old and new API. I've heard similar re: other services

A Very Nervous Gamedev replied to Darius

@darius is this also the case for very fundamental things like querying basic profile info like bio and other such links?

Darius Kazemi replied to A Very Nervous Gamedev

@NervousGamedev it can be! any way you slice it this kind of coordination is a big difficult problem all around

Go Up