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) }); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually this Gist is a slightly better drop-in:
https://gist.github.com/833043