The question: How to use people.get with the \"me\" parameter?
I know how to get the json object when using https://www.googleapis.com/plus/v1/people/{id}?key=
https://www.googleapis.com/plus/v1/people/{id}?key=
I sent a POST request (info here) to get the Oauth2 access_token and used:
https://www.googleapis.com/plus/v1/people/me?key={key}&access_token={token}