From 0ccac89815ee92c69fefc148cfb272faf7309136 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 20 May 2016 15:34:44 -0400 Subject: Started implementing user streams You can now start a user stream and end it yourself. If it disconnects abnormally, it will reconnect with a backoff as described by Twitter. Some data structures have some fields parsed now; tweets have IDs, text, and authors. Users have IDs, screen names, and names. Notifications from the stream are parsed completely. The ability to follow and unfollow users has also been added, as well as the ability to get a list of friends and followers, and to reply to a tweet. --- vendor/curlcpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/curlcpp') diff --git a/vendor/curlcpp b/vendor/curlcpp index 0cdfb67..0aaa6ca 160000 --- a/vendor/curlcpp +++ b/vendor/curlcpp @@ -1 +1 @@ -Subproject commit 0cdfb670d726252bdce4fb2a194e11de38a42e05 +Subproject commit 0aaa6cae0b9969d2c5fbaafb5de661f9b1380f04 -- cgit 1.4.1