Working with Google’s Youtube API
October 15, 2010 Leave a comment
From last few hours I was working on a simple Google’s Youtube API application, which can show the highest rated 5 videos from the Youtube.com. Instruction on the API is given on http://code.google.com guide. The instruction guide is for different language like php,.net and java. Being a java geek, I developed my application in Java.
You can find a small example on Youtube API in www.javacodegeeks.com. This example will clear the concept on Youtube API, then with http://code.google.com guide you can do lot with Youtube videos.
You can view my application here.
As Google provide biggest gift Google.com for the programmer, without which we can’t imagine programmers world, here as Google App Engine is another facility to the open source web programmer by providing platform which supports Java, Python, Ruby and JavaScript. In Google Application, we can run and upload our application free of cost using Google’s infrastructure.


Recent Comments