Twitter integration no longer supported due to policy changes at Twitter. This class has been deprecated.

Constructors

  • Create new instance.

    Parameters

    • Optionalidentifier: string

    Returns Twitter

Methods

  • Parameters

    • settings: {
          data?: {
              [x: string]: string;
          };
          headers?: {
              [x: string]: string;
          };
          method: string;
          parameters?: {
              [x: string]: string;
          };
          url: string;
      }
      • Optionaldata?: {
            [x: string]: string;
        }
        • [x: string]: string
      • Optionalheaders?: {
            [x: string]: string;
        }
        • [x: string]: string
      • method: string
      • Optionalparameters?: {
            [x: string]: string;
        }
        • [x: string]: string
      • url: string

    Returns HTTPResponse

    No longer supported

  • Parameters

    • content: string

    Returns boolean

    No longer supported

  • Parameters

    • identifier: string

    Returns Twitter

    No longer supported

""