PlusClass.PeopleApi.GetCurrentPerson返回的Person对象的主键是什么?

时间:2016-06-02 00:06:50

标签: android xamarin xamarin.android google-plus

我正在将Google Plus登录集成到我的Android(Xamarin)应用程序中,因此想知道登录人员的主键是什么,以便在我的Users表中将其关联起来。

感谢。

1 个答案:

答案 0 :(得分:0)

根据getCurrentPerson docs

  

返回当前用户的个人资料信息。有关详细信息,请参阅:https://developers.google.com/+/api/latest/people/get

查看People.get,您可以看到响应是person resource,其中可能包含大量数据。重要的是application/x-www-form-urlencoded

  

id |字符串|这个人的身份证。