Sunday, January 1, 2012

[YouTube-API] Author or Channel Query?

Hi,

Newbie here.  I'm using Java to create an Android app that shows a list of videos from YouTube.  I could be doing just about anything wrong since as I mentioned, I'm a newbie. There's a lot of code for doing what I thought would be a simple task, so I'm not posting it.  However, the code does somewhat work, so I can't be way off base. 

Here's the constructor I'm using if that helps:

public YouTubeUrl(final String encodedUrl)
{
    super(encodedUrl);
    maxResults = 25;
    author = AUTHOR;
    alt = "jsonc";
    prettyprint = PRETTY_PRINT;
}

The problem is that the result seems to not include all the videos for the author.  It skips some for some reason.  I've been trying to use the author's channel, but I can't find a parameter to set to return anything on a specific channel. 

Can I get the query results from a specific channel?  If so, how?  If not, why doesn't setting the author variable  seem to return all the videos for that author? 

Feel free to suggest any info I should post. 

Thanks.


--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/youtube-api-gdata/-/tUohVCwM6J8J.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment