I am using Gdata to upload video on you tube.
I need to list all categories to user and choose one for the particular video
can we get categories list of you tube ?
Thanks for any help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can get list with this way. Don’t know if there is other way too.
We can get categories list in XML format with this link
http://gdata.youtube.com/schemas/2007/categories.cat
Get data with contents of this URL,
You need to parse it and you can get it from @”label” value.
Thanks.