I see that I can comment on a post from an external account, and I also see that I can even make an external account a moderator in a community I administer. The question is, how can an external account create a post in a community it is subscribed to? Does that account have to create an account in the lemmy instance and login first?
A lemmy post, being a link aggregator, has other fields that twitter-type services don’t have in their simple notes. IE, a post title, link, body, etc.
Issue for this: https://github.com/LemmyNet/lemmy/issues/2590
I see! Thanks
I’d be interested in knowing this too. I’m in the process of building AP support into my website and I’d like to be able to post to Lemmy communities from my site.
I know “group support” is required, but I specifically would need to know stuff about addressing and the message format. Are Lemmy posts
Link
objects? Do I put the community’sid
in theto
field oraudience
.Lemmy actually has some high-level federation docs here
The “external account”'s platform would need to have activitypub group support. I admit I’ve not played around with this enough, but it’s to me understanding that if your platform supports posting to ActivityPub groups, then they can post to Lemmy communities.
ActivityPub is pretty broad so “group support” isn’t really sufficient, in the same way that
Note
support doesn’t automatically make your implementation compatible with miskey, pleroma, or mastodon. Two different implementations could send messages of different types or address them in different ways.I see that I can reply to a post in Lemmy from Mastodon by using the
@user@lemmy.ml
notation. If I wan to post on say!seresearch@lemmy.ml
from Mastodon, what incantation should I use?
On Friendica, all you need is to !-mention the community where you want your post to appear
I see. Good to know.