TwitterHelper Class |
Namespace: CMS.SocialMarketing
public class TwitterHelper : AbstractHelper<TwitterHelper>
The TwitterHelper type exposes the following members.
Name | Description | |
---|---|---|
TwitterHelper |
Name | Description | |
---|---|---|
TwitterConfiguration |
Gets Twitter configuration.
|
Name | Description | |
---|---|---|
DeleteTweet |
Deletes tweet with given ID from Twitter.
| |
DeleteTweetInternal |
Deletes tweet with given ID from Twitter.
| |
GetTwitterUserId |
Retrieves the Twitter user identifier for the specified credentials, and returns it.
| |
GetTwitterUserIdInternal |
Retrieves the Twitter user identifier for the specified credentials, and returns it.
| |
PublishTweet |
Publishes the new tweet on the Twitter channel and returns the Twitter's tweet ID.
| |
PublishTweetInternal |
Publishes the new tweet on the Twitter channel and returns the Twitter's tweet ID.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |