108109110111112113114115
Preconditions.checkEmptyString(apiKey, "You must provide an api key"); Preconditions.checkEmptyString(apiSecret, "You must provide an api secret"); return api.createService(new OAuthConfig(apiKey, apiSecret, callback, scope, display)); }