<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google Data APIs Objective-C Client Library Discussion Google Group</title>
  <link>http://groups.google.com/group/gdata-objectivec-client</link>
  <description>Discussion for contributors and users of the Google Data APIs Objective-C Client Library</description>
  <language>en</language>
  <item>
  <title>Re: Auto clearing the cache??</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/0c228cf818593066/2efc48727b8f9300?show_docid=2efc48727b8f9300</link>
  <description>
  The cache will release previously cached responses as needed to stay under &lt;br&gt; the limit. The method -pruneCacheResponses in the class GDataURLCache does &lt;br&gt; the work of freeing the oldest cache entries.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/0c228cf818593066/2efc48727b8f9300?show_docid=2efc48727b8f9300</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Fri, 18 Dec 2009 19:25:53 UT
</pubDate>
  </item>
  <item>
  <title>Auto clearing the cache??</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/0c228cf818593066/1e57f4b8aac8b05c?show_docid=1e57f4b8aac8b05c</link>
  <description>
  I&#39;ve readed the document about Performance tuning in the Google Data &lt;br&gt; APIs Object-C Library, that mentioned about cache data is limited in &lt;br&gt; size(15MB on Mac OS X,1 MB on iPhone ) , Will cache data be free or &lt;br&gt; released when exceed 15MB or 1 MB on iPhone ??
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/0c228cf818593066/1e57f4b8aac8b05c?show_docid=1e57f4b8aac8b05c</guid>
  <author>
  maoyang.ch...@gmail.com
  (jeffery)
  </author>
  <pubDate>Fri, 18 Dec 2009 09:44:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/00fdbf7607fa71a6?show_docid=00fdbf7607fa71a6</link>
  <description>
  (I replied say all is well, apparently that did not take, so here it &lt;br&gt; is again.) &lt;br&gt; &lt;p&gt;Thanks, it&#39;s all working now. &lt;br&gt; &lt;p&gt;-ObjC was required for a few other libs I use, so it&#39;s set. &lt;br&gt; &lt;p&gt;The solution was adding this to the code: &lt;br&gt; &lt;p&gt;- (void)entryListFetchTicket: (GDataServiceTicket *) ticket &lt;br&gt; finishedWithFeed: (GDataFeedBase *) feed error: (NSError *) error {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/00fdbf7607fa71a6?show_docid=00fdbf7607fa71a6</guid>
  <author>
  tyler.w...@gmail.com
  (TylerWeir)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:23:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/3a615127a32a6e26?show_docid=3a615127a32a6e26</link>
  <description>
  The -ObjC option makes sense... All these problems occurred during &lt;br&gt; the initial phases of configuring XCode to properly compile and link a &lt;br&gt; very simple example for the iPhone. Therefore, with all the options &lt;br&gt; and build types (debug, release, distribution, etc...) they probably &lt;br&gt; just didn&#39;t get updated properly at first.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/3a615127a32a6e26?show_docid=3a615127a32a6e26</guid>
  <author>
  sljenk...@mac.com
  (SJ)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:00:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/00bafa1e60efa0b3?show_docid=00bafa1e60efa0b3</link>
  <description>
  You can inspect the XML for a feed or entry by writing the entry&#39;s XML to &lt;br&gt; the console with &lt;br&gt; NSLog(@&amp;quot;the feed&#39;s XML is %@&amp;quot;, [feed XMLElement]); &lt;br&gt; or &lt;br&gt; NSLog(@&amp;quot;the entry&#39;s XML is %@&amp;quot;, [entry XMLElement]); &lt;br&gt; &lt;p&gt;That is typically useful in the callback from a fetch to see what was &lt;br&gt; returned by the server (in the finishedWithFeed: or finishedWithEntry:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/00bafa1e60efa0b3?show_docid=00bafa1e60efa0b3</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:46:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/2b410adbe98072be?show_docid=2b410adbe98072be</link>
  <description>
  Something to look for in the mean time... &lt;br&gt; &lt;p&gt;Make sure you are checking the type of the object explicitly... For &lt;br&gt; example: &lt;br&gt; &lt;p&gt;if ([gentry isKindOfClass:[GDataEntryYouTu bePlaylist class]]) { &lt;br&gt; ... &lt;br&gt; &lt;p&gt;This will cause the linker to link the class object and it will &lt;br&gt; automatically register. If you just use casts and base class pointers
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/2b410adbe98072be?show_docid=2b410adbe98072be</guid>
  <author>
  sljenk...@mac.com
  (SJ)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:36:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/c4f8272b4c0f007d?show_docid=c4f8272b4c0f007d</link>
  <description>
  Sounds like the solution to me, I&#39;d appreciate it if you could take a &lt;br&gt; look at your code for me. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Tyler &lt;br&gt; &lt;p&gt;------------------------------ ------- &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.tylerweir.ca&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/c4f8272b4c0f007d?show_docid=c4f8272b4c0f007d</guid>
  <author>
  tyler.w...@gmail.com
  (Tyler Weir)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:23:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/008b5df5d2030926?show_docid=008b5df5d2030926</link>
  <description>
  I had this same problem and found out that the GDataFeedYouTubeVideo &lt;br&gt; classes were not being registered. They are created with a factory &lt;br&gt; style pattern that looks up the derived class based on the XML &lt;br&gt; returned. If the correct class is not registered then you just get &lt;br&gt; the base class back. You need to explicitly use the class or call the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/008b5df5d2030926?show_docid=008b5df5d2030926</guid>
  <author>
  sljenk...@mac.com
  (SJ)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:20:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/3dc96679b52f9d93?show_docid=3dc96679b52f9d93</link>
  <description>
  I did the same thing with the example app and it worked as expected. &lt;br&gt; I then copied the working code to my iPhone app and ran into the &lt;br&gt; issue. &lt;br&gt; The feed is &amp;quot;GDataFeedYouTubeVideo&amp;quot; but the entries are &lt;br&gt; &amp;quot;GDataEntryBase.&amp;quot; &lt;br&gt; &lt;p&gt;If I break and print the objects to the console, I get this: &lt;br&gt; Printing description of feed:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/3dc96679b52f9d93?show_docid=3dc96679b52f9d93</guid>
  <author>
  tyler.w...@gmail.com
  (TylerWeir)
  </author>
  <pubDate>Wed, 16 Dec 2009 14:32:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/55a402384e747535?show_docid=55a402384e747535</link>
  <description>
  I just tried adding kGDataYouTubeUserFeedIDNewSubs criptionVideos to the list &lt;br&gt; of feeds in YouTubeSampleWindowController, built and ran the app, and had it &lt;br&gt; fetch the newsubcriptionvideos feed. The entries in the feed are being &lt;br&gt; instantiated as GDataEntryYouTubeVideo, as expected. &lt;br&gt; &lt;p&gt;I&#39;m curious if the XML for the entries in your feed have the category
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/55a402384e747535?show_docid=55a402384e747535</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Wed, 16 Dec 2009 01:14:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/f7f2c682563c6935?show_docid=f7f2c682563c6935</link>
  <description>
  Looks like it: &lt;br&gt; nm -m libGDataTouchStaticLib.a | grep GDataEntryYouTubeVideo produces &lt;br&gt; the appropriate symbols.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/f7f2c682563c6935?show_docid=f7f2c682563c6935</guid>
  <author>
  tyler.w...@gmail.com
  (TylerWeir)
  </author>
  <pubDate>Wed, 16 Dec 2009 01:07:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/6031926e90b81f54?show_docid=6031926e90b81f54</link>
  <description>
  Is GDataEntryYouTubeVideo.m being compiled into your application? Omitting &lt;br&gt; the source for an entry or feed will stop it from being instantiated when &lt;br&gt; it&#39;s needed.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/6031926e90b81f54?show_docid=6031926e90b81f54</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Wed, 16 Dec 2009 00:47:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/5d5d72287483c95c?show_docid=5d5d72287483c95c</link>
  <description>
  You can turn on http logging by calling &lt;br&gt; [GDataHTTPFetcher setIsLoggingEnabled:YES]; &lt;br&gt; &lt;p&gt;You can example the XML for a feed or an entry with &lt;br&gt; NSLog(@&amp;quot;%@&amp;quot;, [object XMLElement]);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/5d5d72287483c95c?show_docid=5d5d72287483c95c</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Wed, 16 Dec 2009 00:21:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/dce2096f46faed0b?show_docid=dce2096f46faed0b</link>
  <description>
  The code: &lt;br&gt; NSString *feedID = kGDataYouTubeUserFeedIDNewSubs criptionVideos; &lt;br&gt; NSURL *fURL = [GDataServiceGoogleYouTube &lt;br&gt; youTubeURLForUserID:rootItem.f eedURL userFeedID:feedID]; &lt;br&gt; &lt;p&gt;Printing fURL shows: &lt;br&gt; &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gdata.youtube.com/feeds/api/users/tylerweirtube/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; newsubscriptionvideos&amp;quot; &lt;br&gt; &lt;p&gt;Printing an Entry:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/dce2096f46faed0b?show_docid=dce2096f46faed0b</guid>
  <author>
  tyler.w...@gmail.com
  (TylerWeir)
  </author>
  <pubDate>Wed, 16 Dec 2009 00:15:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problems with GDataEntryYouTubeEntry</title>
  <link>http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/a16e7323c5655695?show_docid=a16e7323c5655695</link>
  <description>
  Which feed are you trying to fetch? What does the XML of one of the &lt;br&gt; returned entries look like? &lt;br&gt; &lt;p&gt;During parsing of the feed and entries returned by the server, an entry&#39;s &lt;br&gt; class is usually determined by the &amp;quot;kind&amp;quot; category element of the entry. A &lt;br&gt; GDataEntryBase instance is created only when there&#39;s not a recognizable kind
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/gdata-objectivec-client/browse_frm/thread/3c2fd1b8e74de86f/a16e7323c5655695?show_docid=a16e7323c5655695</guid>
  <author>
  grobb...@google.com
  (Greg Robbins)
  </author>
  <pubDate>Tue, 15 Dec 2009 22:20:47 UT
</pubDate>
  </item>
  </channel>
</rss>
