My favorites | Sign in
Google
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Google Contacts data API Java Sample - README.txt
-------------------------------------------------

The Java ContactExample is simple application that shows sample usage to
create/read/update/delete data on feeds from Google Contacts using the
GData Java client library.


The applications 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 command:

ant -f gdata/java/build-samples.xml sample.contacts.run

NOTE: These samples will insert, update, and delete contact entries using
read-write feed for the account specified. They will clean up after
themselves, but it is recommended that you use a test account.
You need to edit appropriate variables for username and password inx
build-samples/build.properties (sample.credentials.username and
sample.credentials.password)
Show details Hide details

Change log

r48 by vbarathan on May 29, 2008   Diff
Added Etags support, updates to contacts
API
Go to: 
Project members, sign in to write a code review

Older revisions

r39 by vbarathan on Mar 11, 2008   Diff
Added write support in YouTube Data
API
r35 by vbarathan on Mar 05, 2008   Diff
Added Google Contacts API
All revisions of this file

File info

Size: 921 bytes, 22 lines