147148149150151152153
* @param callback OAuth callback (either URL or 'oob') * @param scope OAuth scope (optional) */ public OAuthService createService(OAuthConfig config) { return new OAuth10aServiceImpl(this, config); }