<?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 Data Store API Thoughts</title>
	<atom:link href="http://snarfed.org/facebook_data_store_api_thoughts/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:20:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jsled</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-401</link>
		<dc:creator>jsled</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-401</guid>
		<description>&lt;p&gt;Ah yes ... yet another &quot;REST&quot;ful API that doesn&#039;t really exhibit any of the properties of REST other than (mis)using HTTP.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah yes &#8230; yet another &#8220;REST&#8221;ful API that doesn&#8217;t really exhibit any of the properties of REST other than (mis)using HTTP.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-402</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-402</guid>
		<description>&lt;p&gt;mind elaborating? do you mean that it&#039;s not stateless? sure, the calls need an api key and a session id, but i expect the former is just for quotas and throttling, and the latter is just the facebook user who owns the data. i don&#039;t know that those disqualify it from claiming RESTfulness.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mind elaborating? do you mean that it&#8217;s not stateless? sure, the calls need an api key and a session id, but i expect the former is just for quotas and throttling, and the latter is just the facebook user who owns the data. i don&#8217;t know that those disqualify it from claiming RESTfulness.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-403</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-403</guid>
		<description>&lt;p&gt;i wrote a php client lib for people too impatient to wait for the official one from facebook... it just extends the existing classes, shouldn&#039;t break anything - &lt;a href=&quot;http://mysticspiral.org/facebook_datastore.php.gz&quot; rel=&quot;nofollow&quot;&gt;http://mysticspiral.org/facebook_datastore.php.gz&lt;/a&gt; - also, your openid validator submitted a messed up url and wouldn&#039;t let me authenticate :/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i wrote a php client lib for people too impatient to wait for the official one from facebook&#8230; it just extends the existing classes, shouldn&#8217;t break anything &#8211; <a href="http://mysticspiral.org/facebook_datastore.php.gz" rel="nofollow">http://mysticspiral.org/facebook_datastore.php.gz</a> &#8211; also, your openid validator submitted a messed up url and wouldn&#8217;t let me authenticate :/</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kostya</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-404</link>
		<dc:creator>Kostya</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-404</guid>
		<description>&lt;p&gt;Paul, thank you for client lib.&lt;br /&gt;
The only issue I found is in the function data_setUserPreference as a parameters you used &#039;pref_id&#039; and &#039;string&#039; where it should be &#039;pref_id&#039; and &lt;b&gt;&#039;value&#039;&lt;/b&gt;&lt;br /&gt;
Best regards..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Paul, thank you for client lib.<br />
The only issue I found is in the function data_setUserPreference as a parameters you used &#8216;pref_id&#8217; and &#8216;string&#8217; where it should be &#8216;pref_id&#8217; and <b>&#8216;value&#8217;</b><br />
Best regards..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-405</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-405</guid>
		<description>&lt;p&gt;Don&#039;t know if anyone is interested, but I&#039;ve just released a simple C# wrapper to the Facebook Data Store API complete with source at &lt;a href=&quot;http://www.codeplex.com/facebookdatastoreapi&quot; rel=&quot;nofollow&quot;&gt;http://www.codeplex.com/facebookdatastoreapi&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Hope it&#039;s of some use to someone.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
j&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Don&#8217;t know if anyone is interested, but I&#8217;ve just released a simple C# wrapper to the Facebook Data Store API complete with source at <a href="http://www.codeplex.com/facebookdatastoreapi" rel="nofollow">http://www.codeplex.com/facebookdatastoreapi</a>.<br />
<br />
Hope it&#8217;s of some use to someone.<br />
<br />
Cheers,<br />
<br />
j</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dorai Thodla</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-406</link>
		<dc:creator>Dorai Thodla</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-406</guid>
		<description>&lt;p&gt;Does FB define a set of schemas for existing associations? Is there a kind of type hierarchy for associations? This may provide an extension mechanism for relationship between members.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does FB define a set of schemas for existing associations? Is there a kind of type hierarchy for associations? This may provide an extension mechanism for relationship between members.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark D.</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-407</link>
		<dc:creator>Mark D.</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-407</guid>
		<description>&lt;p&gt;Regarding resource limits:&lt;br /&gt;
&lt;&lt;Facebook Data Store API is designed to be scalable, although we will have resource limit imposed to make fair use between different applications. Quota will be documented when we have them.&gt;&gt;&lt;br /&gt;
&lt;br /&gt;
Before one makes the effort to integrate their data into the Facebook datastore it would be nice to know and understand the limits.&#160; Has the quota been documented yet?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Regarding resource limits:<br />
&lt;&lt;Facebook Data Store API is designed to be scalable, although we will have resource limit imposed to make fair use between different applications. Quota will be documented when we have them.&gt;&gt;<br />
<br />
Before one makes the effort to integrate their data into the Facebook datastore it would be nice to know and understand the limits.&nbsp; Has the quota been documented yet?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Horvat</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-408</link>
		<dc:creator>Sebastian Horvat</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-408</guid>
		<description>&lt;p&gt;Hi, I just wanted to let know Paul that the link to PHP api (http://mysticspiral.org/facebook_datastore.php.gz) is not working please take a look at it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I just wanted to let know Paul that the link to PHP api (<a href="http://mysticspiral.org/facebook_datastore.php.gz" rel="nofollow">http://mysticspiral.org/facebook_datastore.php.gz</a>) is not working please take a look at it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: successcode</title>
		<link>http://snarfed.org/facebook_data_store_api_thoughts#comment-409</link>
		<dc:creator>successcode</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/facebook_data_store_api_thoughts#comment-409</guid>
		<description>&lt;p&gt;Hi friends,&lt;br /&gt;
&lt;br /&gt;
I am want to know that what are the limitations of facebook API?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi friends,<br />
<br />
I am want to know that what are the limitations of facebook API?</p>]]></content:encoded>
	</item>
</channel>
</rss>

