TwitterHelper PublishTweet Method Kentico 8.1 API Reference
Publishes the new tweet on the Twitter channel and returns the Twitter's tweet ID.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

consumerKey
Type: OnlineSystem String
The consumer key that will be used for authentication.
consumerSecret
Type: OnlineSystem String
The consumer secret that will be used for authentication.
accessToken
Type: OnlineSystem String
The access token that will be used for authentication.
accessTokenSecret
Type: OnlineSystem String
The access token secret that will be used for authentication.
postText
Type: OnlineSystem String
Text that will be published.

Return Value

Type: OnlineString
Twitter identifier of the new tweet.
See Also