<?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: Neverending Facebook API changes</title>
	<atom:link href="http://blog.yoz.sk/2010/07/neverending-facebook-api-change/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=neverending-facebook-api-change</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/2010/07/neverending-facebook-api-change/comment-page-1/#comment-4483</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Tue, 22 Feb 2011 10:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-4483</guid>
		<description>hi annie, this may help you
http://blog.yoz.sk/2010/06/authorizing-iframe-facebook-applications-for-graph-api/#comment-4478</description>
		<content:encoded><![CDATA[<p>hi annie, this may help you<br />
<a href="http://blog.yoz.sk/2010/06/authorizing-iframe-facebook-applications-for-graph-api/#comment-4478" rel="nofollow">http://blog.yoz.sk/2010/06/authorizing-iframe-facebook-applications-for-graph-api/#comment-4478</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annie</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-4480</link>
		<dc:creator>annie</dc:creator>
		<pubDate>Mon, 21 Feb 2011 05:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-4480</guid>
		<description>hi, i&#039;m a newbie. i followed the code and included the quickfix &amp;type=user_agent. also, enabled the canvas session parameter and it keeps redirecting back and forth? can i ask what am i missing?</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m a newbie. i followed the code and included the quickfix &amp;type=user_agent. also, enabled the canvas session parameter and it keeps redirecting back and forth? can i ask what am i missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martha</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-3508</link>
		<dc:creator>Martha</dc:creator>
		<pubDate>Tue, 23 Nov 2010 05:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-3508</guid>
		<description>Jozef,

Thanks a lot.

Martha.</description>
		<content:encoded><![CDATA[<p>Jozef,</p>
<p>Thanks a lot.</p>
<p>Martha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-3487</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Fri, 19 Nov 2010 17:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-3487</guid>
		<description>Hi Martha yes it pushes # instead of ? so you have to parse it via javascript
window.location.hash</description>
		<content:encoded><![CDATA[<p>Hi Martha yes it pushes # instead of ? so you have to parse it via javascript<br />
window.location.hash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martha</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-3486</link>
		<dc:creator>Martha</dc:creator>
		<pubDate>Fri, 19 Nov 2010 04:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-3486</guid>
		<description>http://apps.facebook.com/blogoauthgraph/
    ?access_token=123456...
    &amp;expires_in=86729

For the authorization response above, I am getting a &#039;#&#039; instead of &#039;?&#039;. Any solution for this?

Thanks,
Mamatha.</description>
		<content:encoded><![CDATA[<p><a href="http://apps.facebook.com/blogoauthgraph/" rel="nofollow">http://apps.facebook.com/blogoauthgraph/</a><br />
    ?access_token=123456&#8230;<br />
    &amp;expires_in=86729</p>
<p>For the authorization response above, I am getting a &#8216;#&#8217; instead of &#8216;?&#8217;. Any solution for this?</p>
<p>Thanks,<br />
Mamatha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-3317</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Thu, 21 Oct 2010 15:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-3317</guid>
		<description>Hi MauroX,
what exactly do you need? to remove stored access_token in SharedObject?
savedSession.data.token = null;
savedSession.flush();

or actual access_token?
_token = null;
_authorized = false;</description>
		<content:encoded><![CDATA[<p>Hi MauroX,<br />
what exactly do you need? to remove stored access_token in SharedObject?<br />
savedSession.data.token = null;<br />
savedSession.flush();</p>
<p>or actual access_token?<br />
_token = null;<br />
_authorized = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MauroX</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-3306</link>
		<dc:creator>MauroX</dc:creator>
		<pubDate>Wed, 20 Oct 2010 20:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-3306</guid>
		<description>Hi Jozef,
I am writing to ask how to do to close the session that is triggered when a user connects to Facebook
from my application.</description>
		<content:encoded><![CDATA[<p>Hi Jozef,<br />
I am writing to ask how to do to close the session that is triggered when a user connects to Facebook<br />
from my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-2919</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Thu, 26 Aug 2010 11:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-2919</guid>
		<description>@Alex client_id is your facebook application ID http://developers.facebook.com/docs/api</description>
		<content:encoded><![CDATA[<p>@Alex client_id is your facebook application ID <a href="http://developers.facebook.com/docs/api" rel="nofollow">http://developers.facebook.com/docs/api</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Butin</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-2915</link>
		<dc:creator>Alex Butin</dc:creator>
		<pubDate>Wed, 25 Aug 2010 21:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-2915</guid>
		<description>What is a &quot;client_id&quot; and where I can get/read it?</description>
		<content:encoded><![CDATA[<p>What is a &#8220;client_id&#8221; and where I can get/read it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2010/07/neverending-facebook-api-change/comment-page-1/#comment-2808</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Thu, 12 Aug 2010 08:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=1998#comment-2808</guid>
		<description>@Flop you are right, please read
http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/#comment-2454

you may use Loader insted of URLLoader, if you do not need to access the returned bitmapdata (just displaying image)</description>
		<content:encoded><![CDATA[<p>@Flop you are right, please read<br />
<a href="http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/#comment-2454" rel="nofollow">http://blog.yoz.sk/2010/05/facebook-graph-api-and-oauth-2-and-flash/#comment-2454</a></p>
<p>you may use Loader insted of URLLoader, if you do not need to access the returned bitmapdata (just displaying image)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

