API Overview¶
Here are some resources that will help you understand the basics of all our APIs. If you haven’t already, make sure that you have familiarized yourself with the Twitter Developer Policy. Check out the OAuth section to learn more about how we do authentication and authorization.
API Objects¶
There are four main “objects” that you’ll encounter in the API: Tweets, Users, Entities (see also Entities in Objects), and Places. See the anatomy of these objects, and learn about properties like Twitter IDs or Place Attributes to know what to expect.
Twitter Libraries¶
Ready to get started? Check out our collections of Twitter Libraries – spanning everything from Java to Ruby to Objective-C – to help you get started.