<?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: Elegant Facebook Login For Desktop Application</title>
	<atom:link href="http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=elegant-facebook-login-for-desktop-application</link>
	<description>My life, my work</description>
	<lastBuildDate>Fri, 10 Sep 2010 16:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1996</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Mon, 24 May 2010 18:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1996</guid>
		<description>as far as I know, like button is available just as a javascript widget, you can create one here:
http://www.facebook.com/facebook-widgets/likebadges.php
faning via api is currently not possible</description>
		<content:encoded><![CDATA[<p>as far as I know, like button is available just as a javascript widget, you can create one here:<br />
<a href="http://www.facebook.com/facebook-widgets/likebadges.php" rel="nofollow">http://www.facebook.com/facebook-widgets/likebadges.php</a><br />
faning via api is currently not possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greeshma</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1994</link>
		<dc:creator>greeshma</dc:creator>
		<pubDate>Mon, 24 May 2010 18:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1994</guid>
		<description>Jozef,

I just want to know whether we can put the new LIKE button from graph API into our flash website.If so can you please tell me how to do it.

Thanks</description>
		<content:encoded><![CDATA[<p>Jozef,</p>
<p>I just want to know whether we can put the new LIKE button from graph API into our flash website.If so can you please tell me how to do it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1987</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Sun, 23 May 2010 18:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1987</guid>
		<description>@greeshma
with the new class you can do it easily by overriding confirmConnection() method and adding publish call in there. but its not the good practice to autopublish, your app may get banned.</description>
		<content:encoded><![CDATA[<p>@greeshma<br />
with the new class you can do it easily by overriding confirmConnection() method and adding publish call in there. but its not the good practice to autopublish, your app may get banned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greeshma</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1985</link>
		<dc:creator>greeshma</dc:creator>
		<pubDate>Sun, 23 May 2010 18:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1985</guid>
		<description>Thanks for the reply jozef,Its just the instance name,I am working on new like button in flash.When user clicks on the button it should check for authorization and it should post some message in users wall.You think thats possible.If so can you guide me how to do that like 

i saw your new application

http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/

Just want to know if we can auto publish some message ?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply jozef,Its just the instance name,I am working on new like button in flash.When user clicks on the button it should check for authorization and it should post some message in users wall.You think thats possible.If so can you guide me how to do that like </p>
<p>i saw your new application</p>
<p><a href="http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/" rel="nofollow">http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/</a></p>
<p>Just want to know if we can auto publish some message ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1979</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Sat, 22 May 2010 10:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1979</guid>
		<description>hm... I think there is a security protectom from facebook that fades its html content when it is iframed.
@greeshma what is likebutton? Isnt it part of your code?</description>
		<content:encoded><![CDATA[<p>hm&#8230; I think there is a security protectom from facebook that fades its html content when it is iframed.<br />
@greeshma what is likebutton? Isnt it part of your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greeshma</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-1973</link>
		<dc:creator>greeshma</dc:creator>
		<pubDate>Fri, 21 May 2010 17:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-1973</guid>
		<description>Jozef i got it now i understood clearly.now i am trying to work on it but i am getting error saying

5000: The class &#039;likebutton&#039; must subclass &#039;flash.display.MovieClip&#039; since it is linked to a library symbol of that type.</description>
		<content:encoded><![CDATA[<p>Jozef i got it now i understood clearly.now i am trying to work on it but i am getting error saying</p>
<p>5000: The class &#8216;likebutton&#8217; must subclass &#8216;flash.display.MovieClip&#8217; since it is linked to a library symbol of that type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-608</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Tue, 09 Feb 2010 09:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-608</guid>
		<description>Hi Tufik,
thank you for letting me know, I just checked this and few other examples in firefox and realized that most of them didnt worked due to my stupid html mistake:
&lt;div style=&quot;width:100%px; height: 100%px;&quot;&gt;
:-)</description>
		<content:encoded><![CDATA[<p>Hi Tufik,<br />
thank you for letting me know, I just checked this and few other examples in firefox and realized that most of them didnt worked due to my stupid html mistake:<br />
&lt;div style=&#8221;width:100%px; height: 100%px;&#8221;&gt;<br />
 <img src='http://blog.yoz.sk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tufik</title>
		<link>http://blog.yoz.sk/2010/01/elegant-facebook-login-for-desktop-application/comment-page-1/#comment-604</link>
		<dc:creator>Tufik</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=915#comment-604</guid>
		<description>now, this method isn&#039;t work</description>
		<content:encoded><![CDATA[<p>now, this method isn&#8217;t work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
