I’m trying to build a Sync application for Google Task API using Java. An additional constraint I have is to use 2-legged OAuth. I followed the article Using 2-legged OAuth with Google Tasks API for Google Apps domain administrators but the code sample they provided for Java doesn’t compile with the latest API libraries.
Also, there is lot of material available about Google Tasks, but either its deprecated or using non existent API/references. It would be great help if someone could point me to a relevant article or working example.
Articles and sites I referred to: https://developers.google.com/google-apps/tasks/ Thanks