From 38203b745ae1903ba0804ed5532b78d255bea635 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 5 Aug 2018 11:14:39 -0400 Subject: Added timeline polling Because the streaming API will sunset on August 16th, it is essential to implement timeline polling so that the library can still be used to access tweets. This commit breaks the current API even for clients still using the streaming API because the OAuth connection data was pulled from twitter::client into twitter::auth. Other than that, almost everything works the same, and if a client wants to update their libtwitter++ within the next week and a half, they are free to. --- src/twitter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/twitter.h') diff --git a/src/twitter.h b/src/twitter.h index 1ba4394..a4f336e 100644 --- a/src/twitter.h +++ b/src/twitter.h @@ -11,6 +11,7 @@ namespace twitter { #include "util.h" #include "auth.h" #include "client.h" +#include "timeline.h" #include "stream.h" #include "tweet.h" #include "user.h" -- cgit 1.4.1