Tuesday, August 18, 2009 at 7:52 PM.

godsTweetSuite.getOwnerProfile

on getownerprofile (accountname) {
	<<Changes
		<<5/4/09; 5:58:09 PM by DW
			<<Created. 
	local (adrdata = godsTweetSuite.init (accountname), t);
	twitter.getuserprofile (adrdata^.prefs.username, @t);
	if not defined (adrdata^.stats.ownerProfile) { //5/22/09 by DW
		new (tabletype, @adrdata^.stats.ownerProfile)};
	table.copycontents (@t, @adrdata^.stats.ownerProfile)}



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.