Using libcurl to shorten links with bitly in C++
Wednesday, November 30, 2011 11:53:45 AM
Here we go through the steps of using libcurl to call the bitly API access point for shortening an URL given on the command line. It is assumed libcurl has been installed correctly. It is also up to the reader to create a bitly account and find the API key.

