<?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>Johanna Eriksson - Freelance Web Developer &#187; Facebook</title>
	<atom:link href="http://johannas.info/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://johannas.info</link>
	<description>Java PHP Python Django Smisk SQLAlchemy Elixir JavaScript AJAX JQuery XHTML XML CSS W2C Freemarker Microformats EC2 MySQL Apache GAE Lighttpd Resin Git Hg SVN CVS Facebook Ant CruiseControl JUnit Selenium FFmpeg ExifTool ImageMagick</description>
	<lastBuildDate>Tue, 01 Mar 2011 12:07:38 +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>Facebook app &#8211; for Let&#8217;s Mix</title>
		<link>http://johannas.info/2010/06/01/facebook-app-for-lets-mix/</link>
		<comments>http://johannas.info/2010/06/01/facebook-app-for-lets-mix/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:20:17 +0000</pubDate>
		<dc:creator>Johanna</dc:creator>
				<category><![CDATA[Projekt]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[FBML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://johannas.info/?p=927</guid>
		<description><![CDATA[
For Let&#8217;s Mix and a leading spirits brand I&#8217;ve developed a Facebook app to be displayed in a Facebook fan page tab.
A fun assignment, that turned out to be somewhat frustrating when I started to realize the limits of the Facebook API. 
A Facebook app using FBML can include IFrames, and the app can also [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://johannas.info/files/2010/06/Screen-shot-2010-06-01-at-17.58.43.png"><img src="http://johannas.info/files/2010/06/Screen-shot-2010-06-01-at-17.58.43.png" alt="" title="Screen shot 2010-06-01 at 17.58.43" width="450" height="222" class="alignnone size-full wp-image-929" /></a></p>
<p>For Let&#8217;s Mix and a leading spirits brand I&#8217;ve developed a Facebook app to be displayed in a Facebook fan page tab.</p>
<p>A fun assignment, that turned out to be somewhat frustrating when I started to realize the limits of the Facebook API. </p>
<p>A Facebook app using FBML can include IFrames, and the app can also display the whole content in an IFrame if desired. The IFrame versions of the new and fancy social functionality can therefore easily be included, but put that same app in a tab on a fan page and this is no longer an option. All of a sudden the IFrames are gone. </p>
<p>Turns out that apps displayed in tabs can only use old style FBML. This is only the case for the specific combination of apps in tabs, but is still very frustrating when that&#8217;s exactly what you need to build. There are workarounds, through for example JavaScript, but to execute anything in JavaScript in this environment the user has to actively click something. No actions on load allowed. I hope that this is fixed by Facebook soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://johannas.info/2010/06/01/facebook-app-for-lets-mix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook app experimenting</title>
		<link>http://johannas.info/2010/01/22/facebook-app-experimenting/</link>
		<comments>http://johannas.info/2010/01/22/facebook-app-experimenting/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 13:08:49 +0000</pubDate>
		<dc:creator>Johanna</dc:creator>
				<category><![CDATA[Projekt]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.johannas.info/?p=444</guid>
		<description><![CDATA[
    
  
I haven&#8217;t had any reason to develop a full Facebook app yet, but since I was curious about their API I&#8217;ve been playing around with it. The SATS app was originally something I built years ago for my own webpage when I was a member of SATS (the gym). [...]]]></description>
			<content:encoded><![CDATA[<div class="proj_img">
    <a href="http://apps.facebook.com/sats_search/"><img src="http://www.johannas.info/wp-content/files/2010/01/satsapp.png" alt="satsapp" title="satsapp" width="400" height="309" class="alignnone size-full wp-image-446" /></a>
  </div>
<p>I haven&#8217;t had any reason to develop a full Facebook app yet, but since I was curious about their API I&#8217;ve been playing around with it. The SATS app was originally something I built years ago for my own webpage when I was a member of SATS (the gym). SATS&#8217; search for classes didn&#8217;t have the interface I wanted, so I rearranged the search results a bit more to my liking. (It&#8217;s all ugly hacking, stripping data from an HTML result.) To my surprise, they haven&#8217;t changed their search functionality since then, so I ported the search to a Facebook app as an experiment. The app resides on my server and I rebuilt the whole front-end to return a JSON object with the data to show, then displaying it with FBML. I&#8217;d like to implement more of the existing search functionality, but as this has the status of being an ugly hack depending on SATS not rebuilding their search, I don&#8217;t think it&#8217;s worth the effort. Oh, and I think the app is buggy in IE at the moment.</p>
<p>After writing the SATS app I got curious about Google App Engine and wanted to do some sort of Hello World to test connecting GAE to a Facebook app. I built a very simple function just to display your <a href="http://apps.facebook.com/friendlisttoxml/">friend list as an XML file</a>.</p>
<p>The reason for this is that many of my friends complained about not being able to trace the people disappearing from their friend lists. This is also a convenient way to get the user ids for your friends if you&#8217;re developing an application and need test data. I&#8217;m not allowed to save versions of friend lists due to Facebook API user terms, but this way the users can save versions of their list to compare.</p>
]]></content:encoded>
			<wfw:commentRss>http://johannas.info/2010/01/22/facebook-app-experimenting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

