From 56ca2f8d1f0944b2b7e2b5eb56eced408930d34d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 20 May 2016 19:43:29 -0400 Subject: Updated README to reflect the user stream commits --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f66739..d016e7d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ libtwitter++ is a C++ Twitter client library I'm working on to replace twitcurl, It is still under active development, and gains new features as I need them. Currently, libtwitter++ can: - Authenticate with an OAuth consumer key, consumer secret, access key, and access secret. - Upload media. -- Send tweets. Tweets can contain media. Tweets cannot currently be responses to other tweets. +- Send tweets. Tweets can contain media. Tweets can be responses to other tweets. +- Consume a user stream with no parameters. libtwitter++ consumes the user stream in a separate thread. You can (should) define a callback function that will be called when the stream receives a message. The connection follows Twitter's guidelines for backoff reconnection, and for network stalling. Received tweet and user objects currently only contain limited information (IDs, authors, and text for tweets; IDs, screen names, and real names for users). +- Follow and unfollow users. +- Access friends and followers lists. -- cgit 1.4.1