Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
no keywords when fetching Youtube Playlists on iOS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jakob Sachse  
View profile  
 More options Sep 5 2012, 6:00 am
From: Jakob Sachse <jako...@gmail.com>
Date: Wed, 5 Sep 2012 03:00:25 -0700 (PDT)
Local: Wed, Sep 5 2012 6:00 am
Subject: no keywords when fetching Youtube Playlists on iOS

Hi,

Since yesterday evening the behaviour of my App changed and i dont find the
reason.

I am fetching youtube playlists using the GData XML API like this:

for(GDataEntryYouTubePlaylistLink* playlistLink in feed.entries){

[[self youTubeService] fetchFeedWithURL:[[playlistLink content] sourceURL]

                                           delegate:self

                                      didFinishSelector:@selector
(playlistTicket:finishedWithFeed:error:)];

}

I checked the sourceURL in a browser and it loads a xml containing
keywords. But in my callback

- (void)playlistTicket:(GDataServiceTicket *)ticket finishedWithFeed:(
GDataFeedYouTubePlaylist *)feed error:(NSError *)error {

GDataYouTubeMediaGroup* mediaGroup = [entry mediaGroup];

     GDataMediaKeywords* mediaKeywords = [mediaGroup mediaKeywords];

     NSArray* keyword = [mediaKeywords keywords];

}

keyword is nil. This wasn't so yesterday morning. Something must have been
changed and I dont find the reason...

Can anyone help?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Robbins  
View profile  
 More options Sep 5 2012, 11:03 pm
From: Greg Robbins <grobb...@google.com>
Date: Wed, 5 Sep 2012 20:03:24 -0700
Local: Wed, Sep 5 2012 11:03 pm
Subject: Re: no keywords when fetching Youtube Playlists on iOS

Turning on the library's http logging feature often makes issues like this
more clear.

http://code.google.com/p/gtm-http-fetcher/wiki/GTMHTTPFetcherIntroduc...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »