How do third party social media clients like tweetbot work?

651 views

How do third party social media clients like tweetbot work?

In: Technology

Anonymous 0 Comments

Lots of services like twitter, reddit, youtube, etc offer APIs (Application Programming Interface) for developers to use. APIs are basically a set of tools that are provided to use a service’s features. Developers use the API and read about what it can do, and then code their own apps around it with different UIs or added functionality. That’s how apps like tweetbot, apollo, or any other 3rd party client works.

For example Tweetbot. The Tweetbot developers use Twitter’s API to get raw data they need for their app (tweet text, tweet likes, replies, tweet images, followed list, follower list, etc). Then they add extra features themselves to provide value that is not found on the regular twitter app.