Google+ API plus.me

后端 未结 4 1684
臣服心动
臣服心动 2021-01-06 07:04

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=

4条回答
  •  既然无缘
    2021-01-06 07:32

    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}

提交回复
热议问题