early-on i simply used something like:
private static final String accountType = "GOOGLE";
// ...
uriContent.append("accountType=").
append(URLEncoder.encode(accountType, "UTF8"));
and wrote uriContent within a clientLogin authentication method.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---