Need help implementing ActivityPub - getting inconsistent results across platforms
-
I would say for now the most issue is about acually pulling posts.
-
Running
curl https://blenderdumbass.org/activitypub/account/blenderdumbass -H "Accept: application/activity+json"
twice in a row outputs some bunkerweb anti-spam stuff. -
Disabled bunker for now.
-
It's for django, but take a look into my ActivityPub Toolkit. It is designed to be compliant with ActivityPub and not with any particular implementation, so it should be easy for you to adapt to your own needs.
-
Maybe this kind of discussion will get more interested people on !activitypub@programming.dev .
-
Also: bunker blocks me 100% of the time on individual articles.
-
Should not too I removed all blocks.
-
This doesn't have any link to code. And all the other buttons say that the docs are not implemented yet.
-
try spoofing a user-agent or torifying it maybe
-
The menu has a link to the repository.
-
While I'm sure that would let me see the article, mastodon probably wouldn't handle it well.
-
For what it's worth your blog does show up fine in NodeBB as well. Perhaps you are missing the
@context
property and so Mastodon is refusing to parse it?