2015-04-01 140 views

回答

0

使用此代码

Request friendRequest = Request.newMyFriendsRequest(activeSession, 
     new GraphUserListCallback(){ 
      @Override 
      public void onCompleted(List<GraphUser> users, Response response) { 
        //users contains details of all the friends the person has 
      } 
    }); 
friendRequest.executeAsync();