Options
All
  • Public
  • Public/Protected
  • All
Menu

Social Feed

cateogry

Social Feed

Hierarchy

  • ISocialFeed

Callable

  • __call(targetInfo?: ITargetInfoProps): ISocialRestThread
  • Creates an instance of the social feed library.

    Parameters

    • Optional targetInfo: ITargetInfoProps

      (Optional) The target information.

    Returns ISocialRestThread

Index

Methods

postToFeed

  • postToFeed(accountName: string, postInfo: SocialPostCreationData): IBaseExecution<SocialRestThread>
  • Posts to a feed.

    Parameters

    • accountName: string

      The account name to post to.

    • postInfo: SocialPostCreationData

      The post information.

    Returns IBaseExecution<SocialRestThread>

postToMyFeed

  • postToMyFeed(postInfo: SocialPostCreationData): IBaseExecution<SocialRestThread>
  • Post to the current user's feed.

    Parameters

    • postInfo: SocialPostCreationData

      The post information.

    Returns IBaseExecution<SocialRestThread>

Generated using TypeDoc