i am developing an desktop application in which i have to get task list from google account (as per requirement ) in analysing i didnot find any way to get it done as i didnot have much idea about Google Task Api and in the documentation provided at google @ https://developers.google.com/google-apps/tasks/
i didnot find any authentication mechanism (where a client enters his username and password of his gmail account and get the tasks) as i saw it only uses client key and secret key which is not expected from the user to fill in
so please suggest is there any way to get the google tasks using Username And Password of client ?
Thanks in advance
Asked
Active
Viewed 770 times
0

Sebastian Kreft
- 7,819
- 3
- 24
- 41

Ishaan Puniani
- 646
- 2
- 10
- 23
1 Answers
0
First follow the steps outlined here and then see the Authorize Request page. The recommended method is OAuth2, so the user will never give you his username and password, instead he will share with you an access token.

Sebastian Kreft
- 7,819
- 3
- 24
- 41
-
hi thanks for your help. can you please share any code snippet in .Net of Javascript this would be a your great contribution – Ishaan Puniani Jul 13 '12 at 17:08