Mastodon: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
Created page with "Mastodon is a federated social network. === Tricks === * The RSS feed of one user can be found at <code>https://mastodon.example.address/@Username?format=RSS</code>."
 
 
Line 3: Line 3:
=== Tricks ===
=== Tricks ===


* The webhooks of Mastodon can be found at [https://docs.joinmastodon.org/methods/]
* While it is not explicit in the document, you can use <code>?access_token=Token</code> to verify your identity when calling the API. This is good for [[IFTTT]] as it does not allow custom HTTP headers.
* The RSS feed of one user can be found at <code>https://mastodon.example.address/@Username?format=RSS</code>.
* The RSS feed of one user can be found at <code>https://mastodon.example.address/@Username?format=RSS</code>.

Latest revision as of 21:31, 21 May 2020

Mastodon is a federated social network.

Tricks

  • The webhooks of Mastodon can be found at [1]
  • While it is not explicit in the document, you can use ?access_token=Token to verify your identity when calling the API. This is good for IFTTT as it does not allow custom HTTP headers.
  • The RSS feed of one user can be found at https://mastodon.example.address/@Username?format=RSS.