I would say for now the most issue is about acually pulling posts.
Comment on Need help implementing ActivityPub - getting inconsistent results across platforms
irelephant@lemmy.dbzer0.com 1 month ago
Did something change since this was posted?
I can look it up properly on mastodon.
You have to be signed in to fetch accounts on mastodon, is that the problem?
Are you using any framework to build the site? There’s a few libraries for activitypub.
These links could be helpful: codeberg.org/…/delightful-activitypub-development…
Madiator2011@lm.madiator.cloud 1 month ago
blenderdumbass@lm.madiator.cloud 1 month ago
Seems like somebody mentioned the account on the fediverse that started a chain reaction of various instances requesting a bunch of stuff. Which made it to Mastodon.social too. It still doesn’t work though.
The server is written in python and the idea is to make it deploy-able without needing to install anything extra. So I’m trying to implement my own activity pub.
julian@community.nodebb.org 1 month ago
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?rglullis@communick.news 1 month ago
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.
blenderdumbass@lm.madiator.cloud 1 month ago
This doesn’t have any link to code. And all the other buttons say that the docs are not implemented yet.
rglullis@communick.news 1 month ago
The menu has a link to the repository.