Documentation > CMS Template API Library > Util > PostToTwitter(String,String)
PostToTwitter
Post the given message to the given twitter account. Be careful. This method has no built-in mechanism to prevent double-posts. Make sure it only runs once per message.
public System.String PostToTwitter(String,String)
Parameters
Name | Description | Type |
---|---|---|
message | The message | System.String |
accountId | Twitter Account name | System.String |