Guest User

Untitled

a guest
Nov 16th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "id": "http://...",
  4. "type": "Announce",
  5. "actor": 'http://sally.example.org',
  6. "object": {
  7. "type": "Create",
  8. "id": "http://...",
  9. "actor": "http://...",
  10. "object": {
  11. "type": "Note",
  12. "id": "http://..."
  13. "actor": "http://sally.example.org",
  14. "content": "..."
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment