This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PicasaConnector/gdata/java/sample/webmastertools/README.txt
T
2011-10-26 09:44:02 +02:00

21 lines
930 B
Plaintext

Google Webmaster Tools Data API Java Sample - README.txt
-------------------------------------------------
The Java Webmaster Tools sample provides examples to list
sites/sitemaps, add site/sitemap, delete site/sitemap, and verify a site in
Webmaster Tools through the Webmaster Tools GData Java client library.
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. Edit gdata/java/build-samples/build.properties to enter your Google Account
username and password with which you want to test the sample.
2. Invoke the sample using the following command line in the gdata/java directory:
ant sample.webmastertools.run
NOTE: This sample will modify your Webmaster Tools account by adding a site and
sitemap. Before completion, the sample will delete the added sitemap and site,
cleaning up after itself.