TwitterHelper DeleteTweetInternal Method Kentico 8.0 API Reference
Deletes tweet with given ID from Twitter.

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

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.
tweetId
Type: OnlineSystem String
Identifier of the tweet on Twitter.
See Also