Spring Social Twitter

org.springframework.social.twitter.connect
Class TwitterConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<A>
      extended by org.springframework.social.connect.support.OAuth1ConnectionFactory<Twitter>
          extended by org.springframework.social.twitter.connect.TwitterConnectionFactory

public class TwitterConnectionFactory
extends org.springframework.social.connect.support.OAuth1ConnectionFactory<Twitter>

Twitter ConnectionFactory implementation.

Author:
Keith Donald

Constructor Summary
TwitterConnectionFactory(java.lang.String consumerKey, java.lang.String consumerSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.connect.support.OAuth1ConnectionFactory
createConnection, createConnection, extractProviderUserId, getOAuthOperations
 
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwitterConnectionFactory

public TwitterConnectionFactory(java.lang.String consumerKey,
                                java.lang.String consumerSecret)

Spring Social Twitter