twitcurl library (vs2010)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Debug
Release
curl
lib
CMakeLists.txt
COPYING
HMAC_SHA1.cpp
HMAC_SHA1.h
Makefile
README.md
SHA1.cpp
SHA1.h
base64.cpp
base64.h
clean.bat
oauthlib.cpp
oauthlib.h
twitcurl.cpp
twitcurl.dsp
twitcurl.dsw
twitcurl.h
twitcurl.sln
twitcurl.sln.old
twitcurl.suo
twitcurl.suo.old
twitcurl.vcproj
twitcurl.vcxproj
twitcurl.vcxproj.filters
twitcurl.vcxproj.user
twitcurlurls.h
urlencode.cpp
urlencode.h

README.md

libtwitcurl - twitter library for cpp original from https://code.google.com/p/twitcurl/ edited by kuna

  • changed few codes cause it didn't work.. (need http protocol state)
  • future plan: add pic.twitter.com upload feature
  • 140127: added upload_with_media function
  • 140128:
  • caution! - uploadPictureBase64 method wasn't tested, so use uploadPictureRaw method. and please make sure that std::string uploadPicture argument should be already encoded with UTF8 if you want to use Unicode status message!