this post was submitted on 11 Jul 2025
0 points (NaN% liked)
ActivityPub
0 readers
2 users here now
Focused discussion related to ActivityPub integration in NodeBB
This is a forum category containing topical discussion. You can start new discussions by mentioning this category.
founded 5 months ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@julian have you read this?
https://evanp.me/2024/04/22/cross-server-interactions-in-activitypub/
@julian tl;dr all you need is OAuth 2.0. It's easy with this FEP:
https://codeberg.org/fediverse/fep/src/branch/main/fep/d8c2/fep-d8c2.md
I think it's great to hear you're going to implement the ActivityPub API. Chapter 3 of my book covers it pretty well. I strongly recommend reading it!
https://evanp.me/activitypub-book/
evan@cosocial.ca no, I haven't read that actually! I did now and I'm feeling a bit reassured that I came to the same solution, although it's currently high level and theoretical.
That there's an FEP written for it is great as well. Are there any existing implementations of this FEP?
As an aside, my forum hadn't seen your post before, so when it pulled it in it automatically back filled all of the comments too, because pfefferle@mastodon.social added support for 7888/f228 awhile back! Neat to see it outside of a testing context (no pun intended) heheh.
@julian @pfefferle onepage.pub uses it, the ap command-line tool uses the FEP. The new checkin tool I'm working on uses it. It'd be great to see more implementations.
evan@cosocial.ca that's cool, so hopefully I'll have something to test against besides another NodeBB server 😁