Kind of a weird #Fediverse question: do any platforms in this space offer an API for user account registration?
One hypothetical idea I’ve been kicking around is the notion of “pre-registration” for the Fediverse. Basically, a person fills out their profile, imports data archives from other networks, and maybe even finds their mutuals somehow. When they’re done, their account gets created on a random vetted instance, data gets backfilled, and follow requests get sent out to the mutual contacts they’ve found.
I think it’s a good idea, and possibly a good showcase for both the #ActivityPub C2S API and possibly LOLA. However, I don’t think any particular platform supports all of the required pieces yet.
@deadsuperhero nothing even close to being so elaborate, but the way invitations work for one of my services built on top of ActivityPub is to create a "blank" actor, and then when the user accepts the invitation they can update the account with their own details. Could definitely work with some additional plumbing to import stuff on top.