You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. In a future version, replies, likes, reposts, etc. of this post will be included if they are listed on the page.
  2. ```json
  3. {
  4. "data": {
  5. "type": "entry",
  6. ...
  7. "like": [
  8. {
  9. "type": "cite",
  10. "author": {
  11. "type": "card",
  12. "name": "Thomas Dunlap",
  13. "photo": "https://s3-us-west-2.amazonaws.com/aaronparecki.com/twitter.com/9055c458a67762637c0071006b16c78f25cb610b224dbc98f48961d772faff4d.jpeg",
  14. "url": "https://twitter.com/spladow"
  15. },
  16. "url": "https://twitter.com/aaronpk/status/688518372170977280#favorited-by-16467582"
  17. }
  18. ],
  19. "comment": [
  20. {
  21. "type": "cite",
  22. "author": {
  23. "type": "card",
  24. "name": "Poetica",
  25. "photo": "https://s3-us-west-2.amazonaws.com/aaronparecki.com/twitter.com/192664bb706b2998ed42a50a860490b6aa1bb4926b458ba293b4578af599aa6f.png",
  26. "url": "http://poetica.com/"
  27. },
  28. "url": "https://twitter.com/poetica/status/689045331426803712",
  29. "published": "2016-01-18T03:23:03-08:00",
  30. "content": {
  31. "text": "@aaronpk @mozillapersona thanks very much! :)"
  32. }
  33. }
  34. ]
  35. }
  36. }
  37. ```