about summary refs log tree commit diff stats
path: root/src/timeline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Started using hkutilKelly Rauchenberger2018-08-301-2/+3
| | | | As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
* Added timeline pollingKelly Rauchenberger2018-08-051-0/+82
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.