// Create the default tokens
//
@Override
protected ConsumerToken createDefaultConsumerToken(String application, String provider) throws OAuthException {
return new ConsumerToken(getRequestTokenURL(), getAuthorizationURL(), getAccessTokenURL(), getVerifierId(), getConsumerKey(), getSignatureMethod(), getConsumerSecret());
}