<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Facebook profile album aid</title>
	<atom:link href="http://blog.yoz.sk/2009/10/facebook-profile-album-aid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2009/10/facebook-profile-album-aid/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook-profile-album-aid</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/facebook-profile-album-aid/comment-page-1/#comment-2568</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Tue, 20 Jul 2010 07:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=493#comment-2568</guid>
		<description>@Steve, thanks for your solution, it is over my head too... try contacting the author on http://code.google.com/p/bigdecimal/ or report an issue</description>
		<content:encoded><![CDATA[<p>@Steve, thanks for your solution, it is over my head too&#8230; try contacting the author on <a href="http://code.google.com/p/bigdecimal/" rel="nofollow">http://code.google.com/p/bigdecimal/</a> or report an issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.yoz.sk/2009/10/facebook-profile-album-aid/comment-page-1/#comment-2564</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=493#comment-2564</guid>
		<description>Just to let you know, there&#039;s an error in the 
com/rouche/math/BigDecimal.as  at line 2006

I would try to debug it - but it looks way over my head.

I was doing it something like this before. Looks like I am going back to that way. It looked very interesting though. Thankyou.

      public function onGetAlbumsD( e:FacebookEvent):void {

			var albumsResponseData:GetAlbumsData=e.data as GetAlbumsData;

			if (! albumsResponseData&#124;&#124;e.error) {// an error occurred

				return;
			}

			for (var i:int = 0; i &lt; albumsResponseData.albumCollection.length; i++) {

				handleOutputTxt( &quot;Album &quot; + albumsResponseData.albumCollection.getItemAt(i).name   );
				var AlbumName:String=albumsResponseData.albumCollection.getItemAt(i).name;
				var AlbumId:String=albumsResponseData.albumCollection.getItemAt(i).aid;

				if (AlbumName==&quot;Profile Pictures&quot;) {
					handleOutputTxt( &quot;Profile Pics album detected AlbumId = &quot; + AlbumId );
					getPhotosInAlbum( AlbumId );
					return;
				}
			}
		}</description>
		<content:encoded><![CDATA[<p>Just to let you know, there&#8217;s an error in the<br />
com/rouche/math/BigDecimal.as  at line 2006</p>
<p>I would try to debug it &#8211; but it looks way over my head.</p>
<p>I was doing it something like this before. Looks like I am going back to that way. It looked very interesting though. Thankyou.</p>
<p>      public function onGetAlbumsD( e:FacebookEvent):void {</p>
<p>			var albumsResponseData:GetAlbumsData=e.data as GetAlbumsData;</p>
<p>			if (! albumsResponseData||e.error) {// an error occurred</p>
<p>				return;<br />
			}</p>
<p>			for (var i:int = 0; i &lt; albumsResponseData.albumCollection.length; i++) {</p>
<p>				handleOutputTxt( &quot;Album &quot; + albumsResponseData.albumCollection.getItemAt(i).name   );<br />
				var AlbumName:String=albumsResponseData.albumCollection.getItemAt(i).name;<br />
				var AlbumId:String=albumsResponseData.albumCollection.getItemAt(i).aid;</p>
<p>				if (AlbumName==&quot;Profile Pictures&quot;) {<br />
					handleOutputTxt( &quot;Profile Pics album detected AlbumId = &quot; + AlbumId );<br />
					getPhotosInAlbum( AlbumId );<br />
					return;<br />
				}<br />
			}<br />
		}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

