Class TwitterConnector

  • All Implemented Interfaces:
    ISocialNetworkConnector

    public class TwitterConnector
    extends java.lang.Object
    implements ISocialNetworkConnector
    Twitter implementation.
    Since:
    6.1.0
    Version:
    $Revision: 21863 $ $Date: 2018-09-20 17:45:28 -0300 (Thu, 20 Sep 2018) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NETWORK_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buildAuthenticationURL​(java.lang.String callbackURL, SocialNetworkApplication application, java.util.Map<java.lang.String,​java.lang.Object> store)
      Builds the Authentication URL for the social network.
      void callback​(java.lang.String returnedValue, SocialNetworkAccount account, java.util.Map<java.lang.String,​java.lang.Object> stored)
      Executes the callback after application/account authorization.
      java.lang.String publish​(SocialNetworkMessage message)
      Calls the social network's publish method (varies according to network).
      void remove​(SocialNetworkMessage message)
      Calls the social network's remove method (varies according to network) if there is one.
      java.lang.String update​(SocialNetworkMessage message)
      Calls the social network's update method (varies according to network) if there is one.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait