A question about security, using Google Data API to access the Google Analytics data. I'm going to use this code on my site:
AnalyticsService asv = new AnalyticsService("");
asv.setUserCredentials(CLIENT_USERNAME, CLIENT_PASS);
Is it secure? Will username and password be send by plain text? Sorry for my bad english.