有没有办法从google +使用googleapi从用户名中获取用户名?

时间:2015-07-31 10:53:03

标签: android ios google-api google-plus google-apis-explorer

是否有可能从google plus中的用户名中找到userid。? 我想通过用户名获取用户的活动。

即。用户名为" def new_load_qt(api_options): from PySide import QtCore, QtGui, QtSvg return QtCore, QtGui, QtSvg, 'pyside' from IPython.external import qt_loaders qt_loaders.load_qt = new_load_qt from IPython.qt.console.rich_ipython_widget import RichIPythonWidget "然后我需要它的用户标识来获取它的活动。但是无法通过用户名识别userid。用户名活动。 活动仅在我们知道用户标识时才可用。

如果它不可用,那么+LarryPage团队需要添加此功能以从用户名中找出至少用户ID。

有一个api来搜索人们。但这不可行。因为它仅检查GooglePlus,对于太多人来说,这可能是相同的。

我已附上回复,以便在googleplus api中找到LarryPage。但无法确定谁是正确的人。

displayName

1 个答案:

答案 0 :(得分:1)

您通常可以互换使用userId及其+username。例如,People.get将其记录为:

GET https://www.googleapis.com/plus/v1/people/userId

或使用真实userId

GET https://www.googleapis.com/plus/v1/people/106189723444098348646

但切换到用户名就可以了:

GET https://www.googleapis.com/plus/v1/people/+LarryPage

它与Activities.list的工作原理相同:

GET https://www.googleapis.com/plus/v1/people/+LarryPage/activities/public