Home | History | Annotate | Download | only in id-auth

Lines Matching full:tasks

59 read-only access to Google Tasks is <code>View your tasks</code>, while the auth
60 scope for read-write access to Google Tasks is <code>Manage Your
61 Tasks</code>.</li>
66 href="http://code.google.com/apis/tasks/articles/oauth-and-tasks-on-android.html">Getting
67 Started with the Tasks API and OAuth 2.0 on Android</a> explains
68 how to use this system to obtain these values for use with the Google Tasks
110 "Manage your tasks", // Auth scope
231 URL url = new URL("https://www.googleapis.com/tasks/v1/users/&#64;me/lists?key=" + <em>your_api_key</em>);