Introduction to Twitter's API
This tutorial will show you, step by step, how to use Twitter's API using EiffelWeb. The examples will depend on HTTP client, JSON and Cypress libraries. Finally, we will introduce a high-level Eiffel API for Twitter.
1. First, we will learn how to authenticate with Twitter
2. Parsing a Twitter's JSON representation of the authenticating user for successful requests
Parse JSON Twitter API response
3. Reading a tweet given its ID number
4. Reading a user timeline using his screen name
5. Sending a Tweet
6. Eiffel Twitter API
[Eiffel Twitter API] ()
To learn more about Eiffel read the following blog for more information.