google credential
GoogleCredential credential = new GoogleCredential().setAccessToken(accessToken);Plus plus = new Plus.builder(new NetHttpTransport(), GsonFactory.getDefaultInstance(), credential) .setApplicationName("Google-PlusSample/1.0") .build();