Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added timeline polling | Kelly Rauchenberger | 2018-08-05 | 1 | -15/+19 |
| | | | | 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. | ||||
* | Made tweets, users, and notifications into copyable objects | Kelly Rauchenberger | 2016-11-29 | 1 | -1/+1 |
| | | | | Notifications are now also mutable. Users and tweets no longer have helper methods for interacting with the client. Fixed a bug (possibly introduced by a change to the Twitter API) that caused non-reply tweets to be marked as unknown notifications. | ||||
* | Updated API to use exceptions and make tweet/user objects more helpful | Kelly Rauchenberger | 2016-08-20 | 1 | -0/+67 |