I tried out the Tasks example described here: https://developers.google.com/google-apps/tasks/oauth-and-tasks-on-android by enabling the Tasks API in the API console but I didn't see an option for the Contacts API. Is there a reason for this?
Asked
Active
Viewed 585 times
2
-
What Tasks example are you referring to? Please provide more detail. – jamesmortensen Mar 11 '12 at 05:53
-
Here is the link for the Tasks example: https://developers.google.com/google-apps/tasks/oauth-and-tasks-on-android – Jrom Mar 11 '12 at 07:08
-
Ok, this is great, but check out [How to Ask](http://stackoverflow.com/questions/how-to-ask) to increase your chances of getting great answers. – jamesmortensen Mar 11 '12 at 07:10
1 Answers
3
The Contacts API, unlike the Tasks API, doesn't need to be enabled on the APIs Console.
Please also note that the Contacts API is based on the Google Data protocol and not Discovery.

Claudio Cherubino
- 14,896
- 1
- 35
- 42