|
Project Information
Featured
Links
|
Note:This project is moved to GitHub: Introduction:twitcurl is a pure C++ library for twitter APIs. twitcurl uses cURL for handling HTTP requests and responses. twitcurl has been tested on Microsoft Windows, Ubuntu and Debian. In fact, it works just fine on any operating system that supports cURL.
OAuthtwitcurl supports OAuth authorization methods. Check twitterClient example code in trunk section to know about twitcurl OAuth flow. Also, check wiki page for more info: http://code.google.com/p/twitcurl/wiki/TwitcurlOAuthFlow APIsCurrently twitcurl has wrappers for following twitter REST APIs: Status methods: User methods: Direct Message methods: Friendship methods: Social Graph methods: Account methods: Favorite methods: Block methods: Saved Search methods: Trends methods: Source:
Help needed?See wiki section for more info on building and using twitcurl library. http://code.google.com/p/twitcurl/wiki/WikiHowToUseTwitcurlLibrary Note:
Example:An example twitter client program using twitcurl as a static library is available in the "Downloads" section. Info:
|