I have a question about the java youtube api:
I think the base to every java api program is a YouTubeService instance
So I create one but there are no methods for it(I imported com.google.gdata.client.youtube.YouTubeService) For example I can’t do service.getFeed() doesn’t work. Or any of the other methods I read in examples and documentation. What I am doing wrong?
I just found out what was going on. I should include all gdata libraries and not only gdata-youtube