<?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>CODEISPOETRY &#187; facebook</title>
	<atom:link href="http://www.alexmil.de/category/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexmil.de</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jun 2011 13:10:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook App sourcecode</title>
		<link>http://www.alexmil.de/facebook-app-sourcecode/</link>
		<comments>http://www.alexmil.de/facebook-app-sourcecode/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:11:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[app]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=838</guid>
		<description><![CDATA[After beeing asked to publish my sourcecode for the ImageViewer app – here it is:
ImageViewer.zip
Notes:

free to use
no warranty
no documentation
osx zip (might cause package problems on win)

]]></description>
			<content:encoded><![CDATA[<p>After beeing asked to publish my sourcecode for the <a href="http://apps.facebook.com/showmypics/" target="_blank">ImageViewer app</a> – here it is:</p>
<p><a href="http://www.alexmil.de/wp-content/ImageViewer.zip">ImageViewer.zip</a></p>
<p>Notes:</p>
<ol>
<li>free to use</li>
<li>no warranty</li>
<li>no documentation</li>
<li>osx zip (might cause package problems on win)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/facebook-app-sourcecode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my first Flash Facebook app</title>
		<link>http://www.alexmil.de/my-first-flash-facebook-app/</link>
		<comments>http://www.alexmil.de/my-first-flash-facebook-app/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=797</guid>
		<description><![CDATA[Recently I created a facebook app called &#8220;ImageViewer&#8221;.
The App shows your Photos in fullscreen, and you can also browse through your friend&#8217;s photos.
http://apps.facebook.com/showmypics/

Here are some coding hints:

you can&#8217;t use fbml (doesn&#8217;t allow flash fullscreen)
you need some php params provided in the iframe url (session secret&#8230;)
using &#8220;WebSession&#8221; for the Facebook authentication worked fine for me
I couldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I created a facebook app called &#8220;ImageViewer&#8221;.</p>
<p>The App shows your Photos in fullscreen, and you can also browse through your friend&#8217;s photos.</p>
<p><a href="http://apps.facebook.com/showmypics/" target="_blank">http://apps.facebook.com/showmypics/</a></p>
<p><a href="http://apps.facebook.com/showmypics/"><img class="alignnone size-full wp-image-798" title="fb_imageViewer" src="http://www.alexmil.de/wp-content/fb_imageViewer.png" alt="fb_imageViewer" width="400" height="244" /></a></p>
<p>Here are some coding hints:</p>
<ul>
<li>you can&#8217;t use fbml (doesn&#8217;t allow flash fullscreen)</li>
<li>you need some php params provided in the iframe url (session secret&#8230;)</li>
<li>using &#8220;WebSession&#8221; for the Facebook authentication worked fine for me</li>
<li>I couldn&#8217;t find a way to test the app locally. So I highly recommend a <a href="http://www.mortox.de/blog/?p=247" target="_blank">FTP ant task</a> for a good workflow</li>
<li>Working with one big model class (handling the whole facebook data) worked fine.</li>
<li>It wasn&#8217;t as anoying as I thought ;)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/my-first-flash-facebook-app/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

