<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alekkus » Empowering social media with Flash &#187; api</title>
	<atom:link href="http://alekkus.com/blog/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://alekkus.com/blog</link>
	<description>flex consultant + social media specialist</description>
	<lastBuildDate>Wed, 17 Mar 2010 07:54:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter on Flash</title>
		<link>http://alekkus.com/blog/2009/03/twitter-on-flash/</link>
		<comments>http://alekkus.com/blog/2009/03/twitter-on-flash/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 09:55:48 +0000</pubDate>
		<dc:creator>Alekkus</dc:creator>
				<category><![CDATA[Flex 3 (Moxie)]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alekkus.com/blog/?p=232</guid>
		<description><![CDATA[I&#8217;ve worked with many external API services to date&#8230;Flickr, Facebook, Youtube&#8230; you name it. None of them is as easy as Twitter&#8217;s, simply love it. See what I created in a day.
 
[update Mar 03, 2009] See also Friendfeed API demo.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve worked with many external API services to date&#8230;Flickr, Facebook, Youtube&#8230; you name it. None of them is as easy as Twitter&#8217;s, simply love it. <a href="http://alekkus.com/flex3/twitter_api.html">See what I created in a day</a>.</p>
<p><a href="http://alekkus.com/flex3/twitter_api.html"><img src="http://alekkus.com/images/blog/twitter_api_screenshot.png" width="500" alt="Twitter API screenshot" /></a> </p>
<p><strong>[update Mar 03, 2009]</strong> See also <a href="http://alekkus.com/blog/2009/02/hooking-up-to-friendfeed-api/">Friendfeed API demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alekkus.com/blog/2009/03/twitter-on-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A dead simple way to shorten url using TinyURL API</title>
		<link>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/</link>
		<comments>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:36:15 +0000</pubDate>
		<dc:creator>Alekkus</dc:creator>
				<category><![CDATA[Flex 3 (Moxie)]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://alekkus.com/blog/?p=221</guid>
		<description><![CDATA[Folks using Twitter would appreciate the notion of shortening url given that each post in Twitter is limited to 140 characters. Several services exist, but among them, only TinyURL hosts a cross-domain policy file. That means we can use the TinyURL API to shorten url without the need of a proxy server.
The API is damn [...]]]></description>
			<content:encoded><![CDATA[<p>Folks using Twitter would appreciate the notion of shortening url given that each post in Twitter is limited to 140 characters. Several services exist, but among them, only <a href="http://tinyurl.com/">TinyURL</a> hosts a cross-domain policy file. That means we can use the TinyURL API to shorten url without the need of a proxy server.</p>
<p>The API is damn simple; just make a call to:</p>
<p><strong><span style="color: #333399;">http://tinyurl.com/api-create.php?url=&lt;longish url&gt;</span></strong></p>
<p><strong>Demo:</strong><br />
<a href="http://alekkus.com/flex3/shorten_url.html">Shorten URL</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooking up to Friendfeed API</title>
		<link>http://alekkus.com/blog/2009/02/hooking-up-to-friendfeed-api/</link>
		<comments>http://alekkus.com/blog/2009/02/hooking-up-to-friendfeed-api/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 07:48:02 +0000</pubDate>
		<dc:creator>Alekkus</dc:creator>
				<category><![CDATA[Flex 3 (Moxie)]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[friendfeed]]></category>

		<guid isPermaLink="false">http://alekkus.com/blog/?p=178</guid>
		<description><![CDATA[See what I&#8217;ve created while experimenting with Friendfeed API. Check it out here.
 
Next on the to-do list: allow commenting or &#8220;like this&#8221; directly from the application.
[update Feb 18, 2009] Adding comments and &#8220;like this&#8221; functions are easier than thought. They are now included. Check it out.
[update Mar 03, 2009] See also Twitter Demo.
]]></description>
			<content:encoded><![CDATA[<p>See what I&#8217;ve created while experimenting with Friendfeed API. Check it out <a href="http://alekkus.com/flex3/friendfeed_api.html">here</a>.</p>
<p><a href="http://alekkus.com/flex3/friendfeed_api.html"><img src="http://alekkus.com/images/blog/friendfeed_api_screenshot.png" alt="Friendfeed API screenshot" /></a> </p>
<p>Next on the to-do list: allow commenting or &#8220;like this&#8221; directly from the application.</p>
<p><strong>[update Feb 18, 2009]</strong> Adding comments and &#8220;like this&#8221; functions are easier than thought. They are now included. Check it out.</p>
<p><strong>[update Mar 03, 2009]</strong> See also <a href="http://alekkus.com/blog/2009/03/twitter-on-flash/">Twitter Demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alekkus.com/blog/2009/02/hooking-up-to-friendfeed-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
