Posting as the user
Applications can post to the user’s outbox as if they were the user. This can be used, for example, to automatically accept some type of activity.
Posting as the user
You can use the post
action of the PodOutboxService
which is automatically created for every application.
The action will return the generated activity URI, which will look like this:
The generator
property is automatically added to indicate that the activity was generated by the application. There is currently no use for this, but it seems important to semantically distinguish activities posted by the user from activities automatically generated by applications.
Create, Update and Delete activities
Create
, Update
and Delete
activities are supported, and will result in changes in the Pod server. However, you can only create or update resources for which you have requested write permission.