Skip to content

Instantly share code, notes, and snippets.

@vncsna
Last active March 19, 2021 18:19
Show Gist options
  • Save vncsna/18675f0b18f78b43e3cbceb977d03e14 to your computer and use it in GitHub Desktop.
Save vncsna/18675f0b18f78b43e3cbceb977d03e14 to your computer and use it in GitHub Desktop.
function rogerio_skylab(id_str){
twitter
.post(
'statuses/destroy/:id',
{id: id_str}
)
.then(result => {
console.log(result.data)
})
.catch(error => {
console.log(error)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment