如何使用GoogleApiClient在Google Plus中获取好友列表?

时间:2015-11-06 12:46:27

标签: android

I am newly in android and i am using GoogleApiClient for google plus login .there is login successfully but i am not get proper way to fetch Fiend List.
So please can any one help me.

使用

compile' com.google.android.gms:play-services-auth:8.3.0'

以下是用于登录的链接:

Google Plus Login Link

感谢。

2 个答案:

答案 0 :(得分:0)

  

使用此

 compile 'com.google.android.gms:play-services:8.3.0'
     

并使用界面

 ResultCallback<LoadPeopleResult>

答案 1 :(得分:-1)

我认为您可以使用以下方式获得结果:

LoadPeopleResult

上述方法可以为您提供朋友列表。