This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Mastodon.
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 |