我正在尝试从Google帐户中检索性别和生日。我正在Google Playground(https://developers.google.com/oauthplayground/)中尝试执行以下操作:
我授权所有Google OAuth2 API V2范围(https://www.googleapis.com/auth/plus.login,https://www.googleapis.com/auth/plus.me,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/userinfo.profile)。 然后我生成访问令牌,最后我向https://www.googleapis.com/userinfo/v2/me发出请求。
我得到的信息是: family_name , name , picture , locale , email < / em>, given_name , id 和 verified_email 。我尝试了很多东西,但我不能得到性别或生日。
注意:我使用的帐户将性别和生日标记为公开(在https://aboutme.google.com中签入)