<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Examples</title><link>https://sourceforge.net/p/tinycc4j/wiki/Examples/</link><description>Recent changes to Examples</description><atom:link href="https://sourceforge.net/p/tinycc4j/wiki/Examples/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 01 May 2012 14:13:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tinycc4j/wiki/Examples/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Examples modified by adrian</title><link>https://sourceforge.net/p/tinycc4j/wiki/Examples/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,3 +1,27 @@
-
 Here you can find some examples on how to use tynycc4j:
 
+First of all you'll need to gather from http://tiny.cc/api-docs an apiKey, and login will be your user login.
+
+After having both apiKey &amp; login, you just need to code in following ways.
+
+
+1.- Shorten
+Assuming http://tiny.cc is the url we want to shorten:
+
+Tinycc4jImpl tiny= new Tinycc4jImpl();
+ShortenResponse shorten = tiny.shortenUrl(&lt;apiKey&gt;, &lt;login&gt;, "http://tiny.cc");
+
+
+2.- Expand
+Assuming withdz is hash that you received from previous call:
+
+Tinycc4jImpl tiny= new Tinycc4jImpl();
+ExpandResponse expand = tiny.expandUrl(&lt;apiKey&gt;, &lt;login&gt;, "withdz");
+
+3.- Total Clicks
+Assuming withdz is hash that you received from shorten call:
+
+Tinycc4jImpl tiny= new Tinycc4jImpl();
+TotalClicksResponse totalClicks = tiny.totalVisitsUrl(&lt;apiKey&gt;, &lt;login&gt;, "withdz");
+
+Objects ShortenResponse, ExpandResponse and TotalClicksResponse are defined on javadoc that you can download.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrian</dc:creator><pubDate>Tue, 01 May 2012 14:13:50 -0000</pubDate><guid>https://sourceforge.net46273b67684e27a9b1be22bd1b5c6889872aebe9</guid></item><item><title>WikiPage Examples modified by adrian</title><link>https://sourceforge.net/p/tinycc4j/wiki/Examples/</link><description>
Here you can find some examples on how to use tynycc4j:

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrian</dc:creator><pubDate>Tue, 01 May 2012 13:48:52 -0000</pubDate><guid>https://sourceforge.net8c07766682b89f771ada4c03ee666af6158fb2ac</guid></item></channel></rss>