Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to develop my own little program that I download all of the comments from a youtube video but I do not understand how to get the api youtube. I would like a step by step description. thanks

share|improve this question

closed as not a real question by JaredMcAteer, SimpleCoder, sgar91, Stuart, nneonneo Mar 1 at 6:21

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

The youTube API is fully documented with examples. https://developers.google.com/youtube/ No one wants to copy and paste the API docs here. Go there and read.

share|improve this answer

May be you should take a look at : example code

In your code, you have to manipulate a $youTubeService = new Zend_Gdata_YouTube() object to retrieve information about a Youtube video.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.