twitter4j.examples
Class SendDirectMessage

java.lang.Object
  extended by twitter4j.examples.SendDirectMessage

public class SendDirectMessage
extends java.lang.Object

Example application that sends a message to specified Twitter-er from specified account.
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId

Author:
Yusuke Yamamoto - yusuke at mac.com

Constructor Summary
SendDirectMessage()
           
 
Method Summary
static void main(java.lang.String[] args)
          Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendDirectMessage

public SendDirectMessage()
Method Detail

main

public static void main(java.lang.String[] args)
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId

Parameters:
args - String[]