Thursday, May 3, 2012

[YouTube-API] Re: Trouble performing query on authenticated user feed

Hello Jamie,

You normally shouldn't do that. This blog post goes into more
details:

http://apiblog.youtube.com/2012/03/keeping-things-fresh.html

Basically, by adding in the "q" parameter you're turning what would
normally be a requests against the backend database into a request
that goes against the search index, and if these are private or
unlisted videos then they won't appear in the search index. The fact
that you're providing auth info won't work around that limitation of
the search index.

Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev


On Apr 29, 11:38 pm, Jamie Alexander <ja...@soundselecta.com> wrote:
> Hello!
>
> I am trying to perform a query on a YouTube video feed using the parameter
> q and there are no results.  When I remove the query parameter all the
> results show so I know it is not an authentication issue.  I am certain the
> query term should produce a few hits.
>
> feed://gdata.youtube.com/feeds/api/users/default/uploads?q=POC&oauth_token= <auth_token>&fields=entry(link,title)
>
> Any suggestions why the URL above is not working? I also had problems using
> the category parameter.

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
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