Monday, November 08, 2010 at 12:01 AM.

system.verbs.apps.FriendFeed.twitterEcho.startup

<<Changes
	<<7/15/08; 2:56:30 PM by DW
		<<Not exactly turnkey, but this gives some idea of how to startup for a user.
		<<You want to read the whole feed for each user before passing it over to everyMinute, that way all the initial messages don't spew at the Twitter users in one shot.
FriendFeed.twitterEcho.init ();
user.FriendFeed.twitterEcho.users.user1.friendFeedName = user.friendfeed.prefs.username;
user.FriendFeed.twitterEcho.users.user1.twitterName = user.twitter.prefs.username;
user.FriendFeed.twitterEcho.users.user1.twitterPassword = user.twitter.prefs.password;
FriendFeed.getUserUpdates (user.FriendFeed.twitterEcho.users.user1.friendFeedName, @scratchpad.updates, true, "twitterEcho")



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.