LibTwitter C++ (or LibTwitter Cpp or LibTwitter) is a C++ Twitter API library.
LibTwitter will be divided in two layers :
-
LibTwitter-Core - (Status : In development) Using libcURL, LibTwitter-Core provides features to easily send requests (REST 1.1 or Streaming) to Twitter API and retrieve raw JSON responses.
-
LibTwitter(-Easy) (Status : Not started yet) This layer will use LibTwitter-Core and a JSON parser, in order to provide higher level methods, allowing programmers to manipulate C++ Ojects (Tweet, User, Timeline, etc ...) and methods ( Tweet::retweet(...), Tweet::reply(...), User::send_message(...), etc )