OpenIndiana and PostgreSQL

The magic begins

Subscribe to RSS feed

Posts tagged with "bitly"

Using libcurl to shorten links with bitly in C++

, ,

Using both libcurl and bitly is fairly easy. The following can be viewed as a tutorial of either.

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.

Read more...