Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gnippy
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnippy/8c99488a97c98307e686 to your computer and use it in GitHub Desktop.
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