I am trying to get google tasks data using API key.
I have referred below link. http://code.google.com/p/google-api-java-client/source/browse/tasks-v1-json-oauth2-android-sample/src/com/google/api/client/sample/tasks/v1/android/TasksSample.java?repo=samples
In the above link, it is mentioned that get the API key from Google tasks API access. But I do not know exactly how to get this API key through code.
Is API key related google accounts? If it is related to google account, then is it unique for different google accounts? or Is API key related to application (which is used to get tasks data)?
how to get google Tasks API key through code?