TwitterHelper.DeleteTweetInternal Method |
Deletes tweet with given ID from Twitter.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntaxprotected virtual void DeleteTweetInternal(
string consumerKey,
string consumerSecret,
string accessToken,
string accessTokenSecret,
string tweetId
)
Parameters
- consumerKey
- Type: System.String
The consumer key that will be used for authentication. - consumerSecret
- Type: System.String
The consumer secret that will be used for authentication. - accessToken
- Type: System.String
The access token that will be used for authentication. - accessTokenSecret
- Type: System.String
The access token secret that will be used for authentication. - tweetId
- Type: System.String
Identifier of the tweet on Twitter.
See Also