twitcurl - C++ twitter API library
twitcurl is an open-source pure C++ library for twitter REST APIs. Currently, it has support for most of the twitter APIs and it will be updated to support all the APIs. twitcurl uses cURL library for handling HTTP requests and responses. Building applications using twitcurl is quite easy:
- Compile twitcurl source files (twitcurl.h and twitcurl.cpp) and link with cURL library (libcurl.lib) to build twitcurl.lib
- Include twitcurl.h in your twitter based application and link to twitcurl.lib and libcurl.lib/libcurl.dll.
- Instantiate an object of twitCurl class and use the twitter API wrappers that are exposed as public methods.
http://code.google.com/p/twitcurl/

7 Comments:
Just wanna say thanks for the twitcurl library. :)
Recently I installed latest ClamWin antivirus v 0.95 and I have already Jiangmin antivirus kv2009 installed on my WIN XP SP2 machine. My problem is that Jiangmin antivirus detects a trojan whenever I try to open up the ClamWin antivirus from Window’s start up. Jiangmin antivirus has deleted ” libclamunrar.dll “.This pop up detection nags me every time I try to open clamwin antivirus.Although I tried reinstalling Clamwin antivirus, the problem persists. Every time I try to open Clamwin antivirus,Jiangmin antivirus simply deletes it. Whereas Jiangmin antivirus was quite o.k with older version of Clamwin antivirus v 0.93 . May I get help from you?
Thanks for the library... I've been trying to use it in OSX 10.6 using the curl lib that is already installed in osx, but i keep getting
twitcurl/twitcurl.cpp:1541: error: 'CURLOPT_COPYPOSTFIELDS' was not declared in this scope
Would you know how I could overcome this??
Thanks!!
@Nikolas,
Please check the curl version that is present in your system. CURLOPT_COPYPOSTFIELDS was added in version 7.17.1:
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCOPYPOSTFIELDS
Hi again,
I believe you managed to fix it :)
http://www.openframeworks.cc/forum/viewtopic.php?p=15887
http://www.sunran.com/adding-libcurl-to-xcodes-linker-settings/
Thanks...
Yes I did manage to fix it... thank you so much!
i am unable to build the source code on Fedora 14 which i copied from the http://code.google.com/p/twitcurl/source/browse/#svn%2Fbranches%2Flibtwitcurl
and the main is also missing. will u give me the suitable solution.
Post a Comment
<< Home