Inital commit

This commit is contained in:
Tilman
2011-10-26 09:44:02 +02:00
commit 5971f4b417
1813 changed files with 737837 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
Google YouTube Data API Java Samples - README.txt
-------------------------------------------------
The Java YouTube samples are simple applications that show sample usage
of the various feeds that comprise the YouTube Data API. One of the samples
is a readonly sample that allows anonymous searching of the feeds. The other
sample is an authenticated sample that performs write or upload operations
on behalf of a user.
The application can be built and run using the provided Ant build file found at
gdata/java/build-samples.xml. The sample can be run in the following manner:
1. Invoke the samples using the appropriate commandline:
ant -f gdata/java/build-samples.xml sample.youtube.read.run
or
ant -f gdata/java/build-samples.xml sample.youtube.write.run