This tutorial will show you, step by step, how to use Twitter's REST API using EiffelWeb.
The REST API identifies Twitter applications and users using OAuth; responses are in JSON format.
The response from the verify_credentials.json endpoint contains a JSON-encoded representation of the authenticating user for successful requests.
Here we will show you how to read a tweet
Here we will show you how to read a user timeline calling the statuses/user_timeline endpoint, which returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Please visit either: