On Dec 15, 8:14 pm, Greg Robbins <
grobb...@google.com> wrote:
> I just tried adding kGDataYouTubeUserFeedIDNewSubscriptionVideos to the list
> of feeds in YouTubeSampleWindowController, built and ran the app, and had it
> fetch the newsubcriptionvideos feed. The entries in the feed are being
> instantiated as GDataEntryYouTubeVideo, as expected.
I did the same thing with the example app and it worked as expected.
I then copied the working code to my iPhone app and ran into the
issue.
The feed is "GDataFeedYouTubeVideo" but the entries are
"GDataEntryBase."
If I break and print the objects to the console, I get this:
Printing description of feed:
GDataFeedYouTubeVideo 0x3c55670: {v:2.0 entries:79
etag:W/"CUQAQn47eCp7ImA9WxBTGUo." title:New Subscription Videos for
tylerweirtube updated:2009-12-16T14:22:23Z authors:1 categories:1
links:alternate,feed,batch,self,service id:tag:
youtube.com,
2008:user:tylerweirtube:newsubscriptionvideos}
Printing description of 0:
GDataEntryBase 0x3c5e7d0: {v:2.0 title:Sea.Really vs Leta [15
December, 2009] 5set @ ShinHan Bank Proleague 2009-10
contentSrc:
http://www.youtube.com/v/WYXMqdYFK7c?
f=newsubscriptionvideos&app=youtube_gdata
etag:W/"CEUDQX47eCp7ImA9WxBTGUo." authors:1 categories:10
links:alternate,video.responses,video.related,mobile,self
id:tag:
youtube.com,2008:video:WYXMqdYFK7c}
I apologize, I'm not sure where to break to get the raw XML response.
I looked through the lib, but nothing jumped out at me.
Is there a function I can sit on to see the response?
Thanks.