blob: 8f66739b7d40c0945f6c19c81b8918dcc3a941a6 (
plain) (
blame)
1
2
3
4
5
6
7
|
# libtwitter++
libtwitter++ is a C++ Twitter client library I'm working on to replace twitcurl, which didn't quite fit my needs. libtwitter++ is intended to be object-oriented and simple to use. For technical reasons, the repository is called libtwittercpp.
It is still under active development, and gains new features as I need them. Currently, libtwitter++ can:
- Authenticate with an OAuth consumer key, consumer secret, access key, and access secret.
- Upload media.
- Send tweets. Tweets can contain media. Tweets cannot currently be responses to other tweets.
|