I am using Google OAuth2 authentication with the following scope included:
https://www.googleapis.com/auth/plus.login
This allows my application to access a user's Google plus account information (basic).
Is it possbile to get a list of the user's "Circles" using the google-api-python-client
If yes, how?
Note: I am not using the Google+ Domains API, but the Google Plus API v1