|
|
-
- In a future version, replies, likes, reposts, etc. of this post will be included if they are listed on the page.
-
- ```json
- {
- "data": {
- "type": "entry",
- ...
- "like": [
- {
- "type": "cite",
- "author": {
- "type": "card",
- "name": "Thomas Dunlap",
- "photo": "https://s3-us-west-2.amazonaws.com/aaronparecki.com/twitter.com/9055c458a67762637c0071006b16c78f25cb610b224dbc98f48961d772faff4d.jpeg",
- "url": "https://twitter.com/spladow"
- },
- "url": "https://twitter.com/aaronpk/status/688518372170977280#favorited-by-16467582"
- }
- ],
- "comment": [
- {
- "type": "cite",
- "author": {
- "type": "card",
- "name": "Poetica",
- "photo": "https://s3-us-west-2.amazonaws.com/aaronparecki.com/twitter.com/192664bb706b2998ed42a50a860490b6aa1bb4926b458ba293b4578af599aa6f.png",
- "url": "http://poetica.com/"
- },
- "url": "https://twitter.com/poetica/status/689045331426803712",
- "published": "2016-01-18T03:23:03-08:00",
- "content": {
- "text": "@aaronpk @mozillapersona thanks very much! :)"
- }
- }
- ]
- }
- }
-
- ```
|