about summary refs log tree commit diff stats
path: root/src/auth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added timeline pollingKelly Rauchenberger2018-08-051-45/+0
| | | | 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 ability to upload media and tweet itKelly Rauchenberger2016-04-131-1/+1
| | | | 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.
* Added basic ability to tweetKelly Rauchenberger2016-04-121-0/+45