diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-30 20:48:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-30 20:48:31 -0400 |
commit | e4d6eebfe6cc32925462b1920536ea4a87f91401 (patch) | |
tree | d11c1ab6e7951767f2ee90aa99466538ca196692 /README.md | |
parent | 8584857578c3a2946a03de98ff3803431143297a (diff) | |
download | libtwittercpp-e4d6eebfe6cc32925462b1920536ea4a87f91401.tar.gz libtwittercpp-e4d6eebfe6cc32925462b1920536ea4a87f91401.tar.bz2 libtwittercpp-e4d6eebfe6cc32925462b1920536ea4a87f91401.zip |
Edit README to reflect no more streams
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index d016e7d..a347622 100644 --- a/README.md +++ b/README.md | |||
@@ -5,6 +5,6 @@ It is still under active development, and gains new features as I need them. Cur | |||
5 | - Authenticate with an OAuth consumer key, consumer secret, access key, and access secret. | 5 | - Authenticate with an OAuth consumer key, consumer secret, access key, and access secret. |
6 | - Upload media. | 6 | - Upload media. |
7 | - Send tweets. Tweets can contain media. Tweets can be responses to other tweets. | 7 | - Send tweets. Tweets can contain media. Tweets can be responses to other tweets. |
8 | - 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). | 8 | - Poll the home and mentions timelines. |
9 | - Follow and unfollow users. | 9 | - Follow and unfollow users. |
10 | - Access friends and followers lists. | 10 | - Access friends and followers lists. |