Skip to content

Instantly share code, notes, and snippets.

@kazkicks
kazkicks / x
Created December 6, 2008 21:27
mytwitter
// max of 140 chars is recommended, but it really allows 160
const TWITTER_STATUS_MAXLEN = 160;
var noun_mytwitter_options = new CmdUtils.NounType( "options",
["fav",
"reply",
"follower",
"following",
"search",
"src"]);