Skip to content

How to view the Actor object and Activity stream – are these HTTP endpoints/routes? #480

Answered by pfefferle
haszari asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @haszari 👋

The easiest way to debug the plugin, is by adding /activitypup at the end of an URL. For example https://cartoonbeats.com/beats-reality-20231004/activitypub/ (for Post-URLs) or https://cartoonbeats.com/author/haszari/activitypub/ for authors. If that is not possible, you can try to call them with the Accept header application/activity+json

curl "https://cartoonbeats.com/beats-reality-20231004/" \
     -H 'Accept: application/activity+json'

This btw. shows that your setup is not perfect atm. you have enabled both, blog user and authors. In this case, all new posts will be published in the name of the author and the blog-user simply boosts that post. But one of your installed…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@haszari
Comment options

haszari Oct 2, 2023
Maintainer Author

@haszari
Comment options

haszari Oct 4, 2023
Maintainer Author

Answer selected by haszari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants