Last active
August 29, 2015 14:21
-
-
Save gnippy/8c99488a97c98307e686 to your computer and use it in GitHub Desktop.
JSON payload example of Twitter Status Delete in activity streams format
{ | |
"objectType": "activity", | |
"verb": "delete", | |
"object": { | |
"id": "tag:search.twitter.com,2005:601140908713738240" | |
}, | |
"actor": { | |
"id": "id:twitter.com:3130171131" | |
}, | |
"timestampMs": "2015-05-20T21:42:18.944+00:00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment