User Tools

Site Tools


activitystreams

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
activitystreams [2018/07/12 18:53] donpdonpactivitystreams [2024/01/31 04:08] (current) – external edit 127.0.0.1
Line 3: Line 3:
   {   {
   "@context": "https://www.w3.org/ns/activitystreams",   "@context": "https://www.w3.org/ns/activitystreams",
-  "summary": "Martin created an image", +  "id": "https://site/unique", 
-  "type": "Create",+  "type": ["Like", "http://schema.org/LikeAction"]
   "actor": "http://www.test.example/martin",   "actor": "http://www.test.example/martin",
   "object": "http://example.org/foo.jpg"   "object": "http://example.org/foo.jpg"
Line 10: Line 10:
  
 https://www.w3.org/TR/activitystreams-core/ https://www.w3.org/TR/activitystreams-core/
 +
 +mime-type application/activity+json
 +
 +https://w3c-dvcg.github.io/ld-signatures/#linked-data-signature-overview
 +
 +https://tools.ietf.org/html/draft-cavage-http-signatures-10
 +
 +
 +https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tutorial.txt
 +
 +  aaronpk | so what they did is they made keyId be a URL to an activitypub profile
 +
activitystreams.1531421615.txt.gz · Last modified: 2024/01/31 04:08 (external edit)