Function getBlogFollowedBy

  • Get the likes of a blog

    Returns

    Whether the first blog follows the second blog

    Parameters

    • token: string

      OAuth2 token from Tumblr

    • blogIdentifier: string

      Identifier of the blog to get the info from

    • followedBy: string

      Username of the blog to check if it follows the given blog

    Returns Promise<boolean>

Generated using TypeDoc