adams.flow.standalone.TwitterConnection
Provides access to various twitter services.
For your own twitter account, you can obtain consumer key and access token for ADAMS (= application trying to access twitter) here:
http://dev.twitter.com/apps/
And make sure that ADAMS has READ and WRITER access.
Flow input/output:
-standalone-
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
The name of the actor.
command-line | -name <java.lang.String> |
default | TwitterConnection |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
The twitter consumer key to use for connecting; leave empty for anonymous access.
command-line | -consumer-key <java.lang.String> |
default | q1vTqaOwR5cqIdvSkX9lQ |
The consumer secret of the twitter application to use for connecting.
command-line | -consumer-secret <adams.core.base.BasePassword> |
default | {VnNGcWFpTk9Uc1NKVU1tQW9aQ2w3QlRNYU1PZEZ2RXNIbHVlUmlMcG5R} |
The twitter access token to use for connecting.
command-line | -access-token <java.lang.String> |
default | 162887754-I86YcPBbMaGcVpIBKkEWaakC00RJCuaiP5T9Kis3 |
The access token secret of the twitter application to use for connecting.
command-line | -acces-token-secret <adams.core.base.BasePassword> |
default | {cXpXOGdocU5uVEtxN3JRVFhpQmVmN09odXhkVkluZ2w0YWJYeEx3T0dv} |