From the course: Calling REST APIs with Java
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Twitter API - Java Tutorial
From the course: Calling REST APIs with Java
Twitter API
- [Instructor] The next iteration of our course project builds integration with Twitter's REST API to listen for tweets made about specific topics. The Twitter API is one of the most popular public APIs available. It has a long history that dates back to its release in 2006. Today, the Twitter API is just part of the Twitter developer platform. This platform features an ads API, tools for embedding content into websites and an experimental lab. What draws developers to the Twitter API is the sheer volume of data that can be analyzed and listened to for specific events. The Twitter platform has an estimated 330 million active users per month. People across the world make 200 billion tweets per year. That means roughly every second, there are 6,000 tweets. Think about all those tweets that just occurred. Those tweets tap into the hearts and minds of people around the world, creating a stream of information that…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Twitter API5m 56s
-
(Locked)
Twitter API registration and security7m 34s
-
(Locked)
Calling APIs with Spring2m 15s
-
(Locked)
Spring WebClient7m 44s
-
(Locked)
Streaming APIs1m 39s
-
(Locked)
Calling Twitter Streaming API with Spring WebClient8m 21s
-
(Locked)
Challenge: Twitter API3m 22s
-
(Locked)
Solution: Twitter API7m 6s
-
(Locked)
-
-