Sends a status update to a twitter account.

<Tweet
	Username="twitter-account"
	Password="twitterP@ssw0rd"
	Message="Tweeted from MSBuild Deployment Tasks http://mdt.codeplex.com/" />

Input Properties

NameDescriptionTypeRequiredDefault
UsernameYour twitter usernameStringtruenull
PasswordYour account passwordStringtruenull
MessageThe 140 character maximum message to post to twitter. If it exceeds 140 characters, it will be trimmed.Stringtruenull
TreatErrorsAsWarningsIf an error occurs, and true, then it will display a warningbooleanfalsefalse
TimeoutThe number of seconds to allow before the task times out.integerfalse5
ProxyHostThe name of the proxy serverStringfalsenull
ProxyPostThe port of the proxy serverIntegerfalse8080
ProxyUserThe username to use for proxy authenticationStringfalsenull
ProxyPasswordThe password to use for proxy authenticationStringfalsenull

Output Properties

NameDescriptionType

Last edited Dec 23, 2009 at 10:13 PM by camalot, version 2

Comments

No comments yet.