Skip to content

Instantly share code, notes, and snippets.

@dshaw
Created February 18, 2011 00:23
Show Gist options
  • Select an option

  • Save dshaw/833032 to your computer and use it in GitHub Desktop.

Select an option

Save dshaw/833032 to your computer and use it in GitHub Desktop.
Unpublish a story from the console while logged in at Storify.com
$.post('http://storify.com/dshaw/packing-for-sf/unpublish/', function(response) { console.dir(response) });
@dshaw
Copy link
Copy Markdown
Author

dshaw commented Feb 18, 2011

Actually this Gist is a slightly better drop-in:
https://gist.github.com/833043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment