darshb / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Can't seem to fetch videos with developer tag #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Upload video with developer tag Foo
2. View Video data with developer key, see Foo has proper developer tag
3. Retrieve videos with developer tag to find no results

Please provide any additional information below.

I am uploading videos to my account with a developer tag foo using the 
following code:
    GDataMediaCategory* developerCategory1 = [GDataMediaCategory mediaCategoryWithString:@"Foo"];
    [developerCategory1 setScheme:kGDataSchemeYouTubeDeveloper];
    [mediaGroup addMediaCategory:developerCategory1];

when I fetch with this url (obviously swap key and tag for correct values, I 
get no results
https://gdata.youtube.com/feeds/api/videos/-/%7Bhttp%3A%2F%2Fgdata.youtube.com%2
Fschemas%2F2007%2Fdevelopertags.cat%Foo?key=<ourkey>

Original issue reported on code.google.com by j...@runwilder.com on 15 Nov 2011 at 11:15

GoogleCodeExporter commented 9 years ago
This issue tracker is for bug reports and feature requests for the Objective-C 
library.

YouTube API development questions should be sent to 
https://groups.google.com/forum/#!forum/youtube-api-gdata

Be sure to include an http log of the requests/responses, as most YouTube API 
engineers are not familiar with Objective-C.  The library's http logging 
feature can provide the logs.

Original comment by grobb...@google.com on 15 Nov 2011 at 11:23