You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm not an expert in using my brain :P I've tried from the documentation to understand how the code works (+ ActivityPub from online texts), but I don't know how to use these projects realistically, and I wouldn't want to create my own protocol. Can you write different simple examples of different functions?
For example:
Creating a user for ActivityPub (what data is needed) [of course can be given from the code].
Creating an entry based on the data
Retrieving an entry from another instance
Retrieving user data
And so on.
If possible, of course.
The text was updated successfully, but these errors were encountered:
Hi, good questions. Based on these and some other previous ones, I think documentation should be rewritten keeping these in minds.
I keep this issue opened and I'll try to write something more understandable when I have some more time.
Thank you for your feedback :)
In general, I've been doing a little bit of studying the ActivityPub documentation. I don't want to offend or anything, but I don't quite understand how ActivityPHP (server) works as a real server instead of some kind of data interpreter.
Additionally, I think a full tutorial on how to use ActivityPHP would be useful. I have my webfinger here:
I wanted to generate one in ActivityPHP using Type::create('person'), but the returned JSON is completely different than expected.
It would be good to simulate (as part of the documentation) creating your own service from scratch. About what data needs to be collected from the user (some recommend creating a private and public key, but some different documentation doesn't say anything about it).
Hi. I'm not an expert in using my brain :P I've tried from the documentation to understand how the code works (+ ActivityPub from online texts), but I don't know how to use these projects realistically, and I wouldn't want to create my own protocol. Can you write different simple examples of different functions?
For example:
And so on.
If possible, of course.
The text was updated successfully, but these errors were encountered: