get youtube video tags using youtube api

I'm creating a page were i show users list of all videos that i have uploaded in my youtube account. I'm using Youtube API (gdata) for fetching the videos, but whatever i do i'm not able to fetch the tags details of the videos.

In one of youtube's blog post its been mentioned that tags (keywords) would no longer be shown in the youtube Data API (without any authentication). So I created a developer key, but even after using the developer key Im not able to get the video tags (keyword).


Are not these the keywords in the single video Data, take a look at: YouTube API v2.0 – Retrieving Data for a Single Video and Understanding Video feeds and Entries and try to search this site for the word tags .

Hope this helps


The blog entry states that not only do you have to be authenticated, but you can only get keywords if the videos are "owned by the currently authorized user".

So the keywords can only be fetched by the same ID that uploaded the videos.

链接地址: http://www.djcxy.com/p/29002.html

上一篇: 如何检查PowerShell是否安装或不使用C#

下一篇: 使用youtube api获取youtube视频标签