about summary refs log tree commit diff stats
path: root/src/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Started using hkutilKelly Rauchenberger2018-08-301-21/+0
| | | | As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
* Tweets store their created timeKelly Rauchenberger2018-08-051-0/+3
| | | | C/C++ time handling is awful, pass it on
* Added timeline pollingKelly Rauchenberger2018-08-051-11/+5
| | | | 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.
* Added another missing #include <memory>Kelly Rauchenberger2016-09-121-0/+1
|
* Updated API to use exceptions and make tweet/user objects more helpfulKelly Rauchenberger2016-08-201-0/+6
|
* Added ability to upload media and tweet itKelly Rauchenberger2016-04-131-0/+29
Images (static and animated) and videos have been tested. Currently all media uploads occur in one large chunk; support to break down chunks will be added later.