How I can find the email based on google plus id?

Based on a url like

https://plus.google.com/123456789012345678901 # dummy number

How I can find the gmail username?


If you are developing an app or script, you can use Oauth 2.0 and request the userinfo.email scope.

For details, see https://stackoverflow.com/a/7836385/1354939

This does require that you configure a Google APIs Console project and create a OAuth 2.0 client ID.


You can't. For privacy reasons, having someone in a circle or knowing their Google Plus id should not be enough to get an email address.


应该不可能仅通过此类Google+网址中包含的ID找到任意用户的电子邮件地址。

链接地址: http://www.djcxy.com/p/67204.html

上一篇: 找到一个非代表性的平均值INTERIOR点

下一篇: 我怎样才能找到基于谷歌加ID的电子邮件?