<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <author>
    <name>danm</name>
    <uri>http://www.freebase.com:80/view/user/danm</uri>
  </author>
    <generator uri="http://www.freebase.com/">Freebase Atom Feed Generator</generator>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f800000000544e139</id>
    <link rel="self" href="http://www.freebase.com:80/feed/discuss/topic/guid/9202a8c04000641f800000000544e139"/>
    <title>4. Metaweb Read Services</title>
    <updated>2008-09-08T02:39:37Z</updated>
  <entry>
    <author>
    <name>skud</name>
    <uri>http://www.freebase.com:80/view/user/skud</uri>
  </author>
    <content type="html">Thanks, weblivz!&amp;nbsp; Probably the best place to put this is under &lt;a href="/view/guid/9202a8c04000641f8000000008c03b50"&gt;Application Developer Tips&lt;/a&gt;, but I'm copying our docs guy, Phil, on this so he can help you out.</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f800000000902e349</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f800000000902e349" title="4. Metaweb Read Services: c# example"/>
    <summary type="html">Thanks, weblivz!&amp;nbsp; Probably the best place to put this is under Application Developer Tips, but...</summary>
    <title>4. Metaweb Read Services: c# example</title>
    <updated>2008-08-29T04:26:34.0012Z</updated>
  </entry><entry>
    <author>
    <name>weblivz</name>
    <uri>http://www.freebase.com:80/view/user/weblivz</uri>
  </author>
    <content type="html">&lt;p&gt;As there is not one above, i created a C# version here :&lt;/p&gt;&lt;p&gt;&lt;a href="http://tinyurl.com/6y6hea"&gt;http://tinyurl.com/6y6hea&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If anyone knows a good place to put it please do so. New to this so don't wanna edit the description of the article!&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000008f63e42</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000008f63e42" title="4. Metaweb Read Services: c# example"/>
    <summary type="html">As there is not one above, i created a C# version here : http://tinyurl.com/6y6hea If anyone knows a...</summary>
    <title>4. Metaweb Read Services: c# example</title>
    <updated>2008-08-19T17:42:53.0017Z</updated>
  </entry><entry>
    <author>
    <name>amsterdamharu</name>
    <uri>http://www.freebase.com:80/view/user/amsterdamharu</uri>
  </author>
    <content type="html">&lt;p&gt;section 4.8 states &amp;quot;The trans service does not support a callback parameter as the mqlread service does&amp;quot;, this is outdated since the api states it can and it can:&lt;br /&gt;&lt;br /&gt;http://www.freebase.com/view/guid/9202a8c04000641f8000000007628edf&lt;br /&gt;&lt;br /&gt;The trans example could use some improvement too since it is digging out &amp;quot;unrelated&amp;quot; documents from the store. It would be more informative and more consistent to get documents on the band &amp;quot;the police&amp;quot;&lt;br /&gt;&lt;br /&gt;Query to get guid's for articles and images&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;quot;article&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;guid&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp; &amp;quot;id&amp;quot; : &amp;quot;/en/the_police&amp;quot;,&lt;br /&gt;&amp;nbsp; &amp;quot;image&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;guid&amp;quot; : [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;id&amp;quot; : null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; ],&lt;br /&gt;&amp;nbsp; &amp;quot;type&amp;quot; : &amp;quot;/common/topic&amp;quot;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Query to get the article (function foo can format result without using a proxy):&lt;br /&gt;http://www.freebase.com/api/trans/raw/guid/9202a8c04000641f800000000006df25?callback=foo&lt;br /&gt;&lt;br /&gt;Query to get the image (you can use this as the source property of the image element)&lt;br /&gt;http://www.freebase.com/api/trans/image_thumb/guid/9202a8c04000641f8000000003c18713?maxwidth=300&amp;amp;maxheight=300&lt;br /&gt;Note: you cannot make an image bigger than the origional with maxwith and maxheight&lt;br /&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000085a616c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000085a616c" title="4. Metaweb Read Services: Fetching Content with trans"/>
    <summary type="html">section 4.8 states &amp;quot;The trans service does not support a callback parameter as the mqlread...</summary>
    <title>4. Metaweb Read Services: Fetching Content with trans</title>
    <updated>2008-06-08T10:14:57.0005Z</updated>
  </entry><entry>
    <author>
    <name>dorjeduck</name>
    <uri>http://www.freebase.com:80/view/user/dorjeduck</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;Good morning freebaser,&lt;/p&gt;&lt;p&gt;I just began to dive into freebase API - the query editor is invaluable, makes it so easy to get started. Congrats ....&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&amp;nbsp;&lt;/p&gt;&lt;p&gt;martin&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ps An Actionscript example would be handy ;-)&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f80000000080d350e</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f80000000080d350e" title="4. Metaweb Read Services: query editor"/>
    <summary type="html">Good morning freebaser, I just began to dive into freebase API - the query editor is invaluable,...</summary>
    <title>4. Metaweb Read Services: query editor</title>
    <updated>2008-04-26T09:37:13.0012Z</updated>
  </entry><entry>
    <author>
    <name>erichanson</name>
    <uri>http://www.freebase.com:80/view/user/erichanson</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;There's a bug in Example 4.8.&amp;nbsp;&amp;nbsp; The line that reads&lt;/p&gt;&lt;p&gt; &amp;quot;?queries=&amp;quot; + querytext + &amp;quot;&amp;amp;callback;=Metaweb.&amp;quot; + callbackName&lt;/p&gt;&lt;p&gt;should read&lt;/p&gt;&lt;p&gt; &amp;quot;?queries=&amp;quot; + querytext + &amp;quot;&amp;amp;callback=Metaweb.&amp;quot; + callbackName&lt;/p&gt;&lt;p&gt;(no semicolon)&lt;/p&gt;&lt;p&gt;Otherwise the callback doesn't get called.&lt;/p&gt;&lt;p&gt;Eric &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006f66288</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006f66288" title="4. Metaweb Read Services: Bug in Example 4.8"/>
    <summary type="html">There's a bug in Example 4.8.&amp;nbsp;&amp;nbsp; The line that reads  &amp;quot;?queries=&amp;quot; + querytext + ...</summary>
    <title>4. Metaweb Read Services: Bug in Example 4.8</title>
    <updated>2008-01-25T13:33:43.0012Z</updated>
  </entry><entry>
    <author>
    <name>crism</name>
    <uri>http://www.freebase.com:80/view/user/crism</uri>
  </author>
    <content type="html">&lt;p&gt;We should change the documentation; I have forwarded this suggestion, thanks.&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006eaa4f4</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006eaa4f4" title="4. Metaweb Read Services: GET has a URL limit of around 4000 characters"/>
    <summary type="html">We should change the documentation; I have forwarded this suggestion, thanks. </summary>
    <title>4. Metaweb Read Services: GET has a URL limit of around 4000 characters</title>
    <updated>2008-01-15T00:59:56.0007Z</updated>
  </entry><entry>
    <author>
    <name>cotton</name>
    <uri>http://www.freebase.com:80/view/user/cotton</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;If you try a GET query that has the URL length go above about 4000 characters, you will get a &amp;quot;Transient Error&amp;quot; from the Freebase API. The API should really return an error of &amp;quot;URL too long, use POST&amp;quot;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Even though it isn't mentioned, the MQL Read does support POST. I recommend using it instead of GET. &lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006eaa05a</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006eaa05a" title="4. Metaweb Read Services: GET has a URL limit of around 4000 characters"/>
    <summary type="html">If you try a GET query that has the URL length go above about 4000 characters, you will get a &amp;quot...</summary>
    <title>4. Metaweb Read Services: GET has a URL limit of around 4000 characters</title>
    <updated>2008-01-14T20:41:00.0012Z</updated>
  </entry><entry>
    <author>
    <name>cheunger</name>
    <uri>http://www.freebase.com:80/view/user/cheunger</uri>
  </author>
    <content type="html">&lt;p&gt;Hi rath, &lt;br /&gt;&lt;br /&gt;The short answer is that cursors are stateless. The kinds of things that invalidate cursors are cursor format changes that happen with database software upgrades; but they're safe against time, session ends, or reuse.&lt;br /&gt;&lt;br /&gt;If you're trying to use a cursor, and get a BADCURSOR reply from the server back, and there wasn't a database software upgrade, there are two possible explanations:&lt;br /&gt;&lt;br /&gt;(a) a bug - cursors are complicated and underused, and it's quite possible that you're running into a bug.&lt;br /&gt;&lt;br /&gt;(b) you've changed the query in some small way, so the cursor checksum that encodes the constraint around the cursor as well as the cursor text no longer matches the constraint you're actually submitting along with the cursor.&lt;br /&gt;&lt;br /&gt;If it's an intermittent problem, it's likely (a); if it fails reliably, it's likely (b).&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006ea3f99</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006ea3f99" title="4. Metaweb Read Services: Cursor Lifetime"/>
    <summary type="html">Hi rath, The short answer is that cursors are stateless. The kinds of things that invalidate...</summary>
    <title>4. Metaweb Read Services: Cursor Lifetime</title>
    <updated>2008-01-11T21:55:56.0007Z</updated>
  </entry><entry>
    <author>
    <name>rath</name>
    <uri>http://www.freebase.com:80/view/user/rath</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;p&gt;I can't seem to find anything documenting the lifetime of a cursor value returned from the MQL read service. &lt;/p&gt;&lt;p&gt;Do cursors persist between query sessions? If so, for how long? Could I run a query to obtain some data, save the cursor, and then continue where I left off a few days later? &lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006ea049c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006ea049c" title="4. Metaweb Read Services: Cursor Lifetime"/>
    <summary type="html">I can't seem to find anything documenting the lifetime of a cursor value returned from the MQL read...</summary>
    <title>4. Metaweb Read Services: Cursor Lifetime</title>
    <updated>2008-01-10T15:06:07.0005Z</updated>
  </entry><entry>
    <author>
    <name>willmoffat</name>
    <uri>http://www.freebase.com:80/view/user/willmoffat</uri>
  </author>
    <content type="html">&lt;p&gt;&lt;div&gt;For some reason my Exhibit A link above has been corrupted.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here is a link showing the 'raw' API with a callback param:&lt;/div&gt;&lt;div&gt;&lt;a href="/api/trans/raw/%239202a8c04000641f8000000003c1978c?callback=cb"&gt;http://www.freebase.com/api/trans/raw/%239202a8c04000641f8000000003c1978c?callback=cb&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006e9ae12</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000006e9ae12" title="4. Metaweb Read Services: trans service DOES support a callback parameter "/>
    <summary type="html">For some reason my Exhibit A link above has been corrupted.Here is a link showing the 'raw' API...</summary>
    <title>4. Metaweb Read Services: trans service DOES support a callback parameter </title>
    <updated>2008-01-08T17:44:41.0000Z</updated>
  </entry><entry>
    <author>
    <name>willmoffat</name>
    <uri>http://www.freebase.com:80/view/user/willmoffat</uri>
  </author>
    <content type="html">&lt;p&gt;Despite what it says in &lt;i&gt;4.8. Fetching Content with trans&lt;/i&gt;, the trans service DOES support a callback parameter. See&lt;br /&gt;
&lt;a href="/api/trans/raw/%239202a8c04000641f8000000003c1978c?callback=cb&gt;Exhibit A&lt;/a&gt;&lt;/p&gt;</content>
    <id>http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005b6efd5</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com:80/view/guid/9202a8c04000641f8000000005b6efd5" title="4. Metaweb Read Services: trans service DOES support a callback parameter "/>
    <summary type="html">Despite what it says in 4.8. Fetching Content with trans, the trans service DOES support a callback...</summary>
    <title>4. Metaweb Read Services: trans service DOES support a callback parameter </title>
    <updated>2007-08-16T10:45:31.0004Z</updated>
  </entry>
</feed>