Created
February 18, 2011 00:23
-
-
Save dshaw/833032 to your computer and use it in GitHub Desktop.
Unpublish a story from the console while logged in at Storify.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $.post('http://storify.com/dshaw/packing-for-sf/unpublish/', function(response) { console.dir(response) }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI
You can copy paste this line of code right into the javascript console of your browser (Chrome, Safari or Firebug) while you are logged in on storify (and if you are an editor of that story).