このaddScope(Scope scope)
メソッドがGoogleApiClientで何をするのか、誰でも説明できますか。
new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(Plus.API)
.addScope(Plus.SCOPE_PLUS_LOGIN)// what really does this?
.build();