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

system.verbs.apps.identica.getTimeLine

on getTimeLine (adrtimeline, username=user.identica.prefs.username, password=user.identica.prefs.password, server="identi.ca") {
	<<Changes
		<<3/12/09; 5:41:15 AM by DW
			<<New optional param, server, allows you to post to another instance of Laconica.
		<<7/17/08; 10:02:05 PM by DW
			<<Created. Returns the 20 most recent statuses posted by the authenticating user and that user's friends. This is the equivalent of /home on the Web. 
	local (url = "http://" + server + "/api/statuses/friends_timeline.xml");
	return (twitter.gettimeline (adrtimeline, true, username, password, url))}
<<bundle //test code
	<<getTimeLine (@scratchpad.identicatimeline, server:"home.smallpicture.com")



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.