@Gargron
Wortmarke? DE? EU? Mehr...?
Notices by Nordnick :verified: (nick@norden.social), page 3
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Monday, 19-Sep-2022 04:40:18 JST Nordnick :verified: -
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Saturday, 10-Sep-2022 19:59:47 JST Nordnick :verified: @datatitian @humanetech @activitypub
So i type in a search (using #Tusky to have a real request, that should be proven) for an existing user account on my (test) server. Response: Nothing...
I can see one incoming webfinger request on my server and two requests for the users. So i assume, it will be satisfied with the webfinger result, but not with the user lookup, so it tries again. At least this is my current theory...
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Saturday, 10-Sep-2022 19:59:46 JST Nordnick :verified: @datatitian @humanetech @activitypub
And now i'm trying to figure out, what my implementation is missing at this point.
Unfortunately i can't see any message from the #Mastodon server... in this case norden.social, where my account here is located.
Good to know, that there is no HTTP signature required at this stage.
What about the public key? Any restrictions or limitations?
Any ideas to track that down?
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Saturday, 10-Sep-2022 19:59:37 JST Nordnick :verified: @humanetech @activitypub
Thanks for your reply.Discovered the first mentioned URL right before my toot. It also links to "How to implement a basic ActivityPub server" (Mastodon)... that i've read multiple times... unfortunately it is good to explain the concept, but missing details for implementation.
E.g. does the reply to a request for a specific user require a HTTP signature?
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Saturday, 10-Sep-2022 19:59:30 JST Nordnick :verified: @datatitian @humanetech @activitypub
Thanks for your answer.Yes, the response from my server.
I currently try to get the first part of this to work:
https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/So my server should respond in the right way to a webfinger request and a user lookup. And i test this directly from within #Mastodon using this account to do a search (usually just let #Tusky do a search).
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Saturday, 10-Sep-2022 19:59:17 JST Nordnick :verified: @django @datatitian @humanetech @activitypub @mike
Testing with webfinger.net now looks good, using 'Content-Type: application/jrd+json' (like also described in RFC7033 ?). Thanks @mike, @django.
But the original issue is not affected.
Searching for a remote account in #Mastodon still without a result.
-
Embed this notice
Nordnick :verified: (nick@norden.social)'s status on Friday, 09-Sep-2022 23:17:57 JST Nordnick :verified: @activitypub
Is this group the right place to ask about details regarding implementation of #ActivityPub?I'm right now at a very basic first step: #Webfinger and users/actors lookup, so that the search from within a #Mastodon instance should find a remote user (e.g. using #Tusky).
Unfortunately it looks like my implementation is missing something... ;-)
Btw.: Using plain #PHP.