According to http://code.google.com/p/gdata-java-client/source/detail?r=505 , the gdata-java-client library (April 2012) with OAuth2.0 support has recently been updated. I would like to use this in a web application to create and modify google spreadsheets. I want users of my web application to store their data in a google spreadsheet under their credentials.
I am new to using google apis and am getting lost trying to get through the examples. All of them seem to reference legacy auth methods (oauth1 or authsub or clientlogin).
Has anyone seen any good recent examples of how to use gdata apis with Oauth2.0 to accomplish what I'm talking about? Thank you very much in advance. And sorry if the question is too n00by.
source share