diff --git a/content/note/60f91867/index.md b/content/note/60f91867/index.md new file mode 100644 index 00000000..3f3f9863 --- /dev/null +++ b/content/note/60f91867/index.md @@ -0,0 +1,16 @@ +--- +category: + - 'GtS + Webmentions Website Project' +date: '2021-07-22 08:04:07' +draft: false +posttype: note +sensitive: 'true' +slug: 60f91867 +visibility: public +title: note +--- +Now that I have GoToSocial up and running (easiest fediverse instance install ever!), I'll need to work out how to create an OAUTH token via a script and experiment with pulling various kinds of posts to see what payloads I get in response and work out how best to utilise the data. + +I'm thinking to either send all data via the existing webmentions infrastructure but that may leave some blind spots, so the other options is to use the data directly and emulate what the existing webmentions process is doing.. I don't think I want to replace the webmentions endpoint at this point.. + +Fun times