twitter4j.examples
Class Update

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

public class Update
extends java.lang.Object

This is a code example of Twitter4J update API.
Usage: java twitter4j.examples.Update TwitterID TwitterPassword text

Author:
Yusuke Yamamoto - yusuke at mac.com

Constructor Summary
Update()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry for this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws TwitterException
Main entry for this application.

Parameters:
args - String[] TwitterID TwitterPassword StatusString
Throws:
TwitterException