| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
As of this commit, the only change is using hatkirby::implode instead of the implode that was in util.cpp.
|
|
|
|
| |
C/C++ time handling is awful, pass it on
|
|
|
|
| |
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.
|
| |
|
| |
|
|
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.
|