Security loophole in Google Document List API
URL url = new URL("https://docs.google.com/feeds/default/private/full?v=3");
URLConnection conn = (HttpURLConnection) url.openConnection();
conn.addRequestProperty("client_id", your client id);
conn.addRequestProperty("client_secret", your client secret);
conn.setRequestProperty("Authorization", "OAuth " + token);
Google+: View post on Google+
Post imported by Google+Blog. Created By Daniel Treadwell.
Share Your Thoughts!