Gender via Google People API

2020-02-12 17:49发布

Using Google People API, I'm having problems getting information about gender via https://people.googleapis.com/v1/people/me and correct access_token (it is correct because it influences whether information like nickname and locale appear).

I am asking for scope "profile email openid".

I can get a gender, but only for users who made that information public, but not from those who do have it filled, but set as private, which kind of defeats the purpose of asking for private profile information.

Is there a way to get private gender via any combination of Google API and scope?

Thank you

1条回答
混吃等死
2楼-- · 2020-02-12 17:54

Sorry, there are no scopes that return private gender information.

查看更多
登录 后发表回答