Twitter have a REST API that might be useful - http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update
Sounds like you might need to write a beanshell to do an HTTP POST. The other issue is authentication. Though, the Twitter API supports Basic Auth (http://apiwiki.twitter.com/Authentication). Cheers, Jits Paul Fisher wrote: > Hi, > > Just had an idea about notifications of a workflow run... twitter !!! > When a service/workflow completes execution, Taverna "could" send a post > to twitter to let you know it is complete. > > regards, > Paul. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
