MastodonProvider.

MastodonProvider(string, string) Constructor

Summary

Creates an object for sending toots to Mastodon using access-token. Get your authorization token by creating an app at Mastodon.
Assembly
Cake.Mastodon.dll
Namespace
Cake.Mastodon
Containing Type
MastodonProvider

Syntax

public MastodonProvider(string hostName, string accessToken)

Parameters

Name Type Description
hostName string
accessToken string

Return Value

Type Description
void