<?xml version="1.0"?>
<opml version="2.0">
	<head>
		<title>twitterVerbDocs</title>
		<dateCreated>Sat, 20 Mar 2021 20:10:37 GMT</dateCreated>
		<dateModified>Sun, 21 Mar 2021 22:21:37 GMT</dateModified>
		<expansionState>1</expansionState>
		<lastCursor>0</lastCursor>
		<ownerTwitterScreenName>davewiner</ownerTwitterScreenName>
		<ownerName>dave@scripting.com</ownerName>
		<ownerId>http://twitter.com/davewiner</ownerId>
		<urlUpdateSocket>ws://localhost:1230/</urlUpdateSocket>
		</head>
	<body>
		<outline text="Twitter verbs" created="Sat, 20 Mar 2021 20:10:46 GMT">
			<outline text="twitter.getUserProfile" created="Sat, 20 Mar 2021 20:10:49 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:11:14 GMT">
					<outline text="twitter.getUserProfile (string)" created="Sat, 20 Mar 2021 20:11:15 GMT"/>
					</outline>
				<outline text="Param" created="Sat, 20 Mar 2021 20:11:30 GMT">
					<outline text="string is the screenname of the user whose profile you want to get." created="Sat, 20 Mar 2021 20:11:36 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:11:58 GMT">
					<outline text="An object containing information about the user whose screenname is provided." created="Sat, 20 Mar 2021 20:12:00 GMT"/>
					</outline>
				<outline text="Errors" created="Sat, 20 Mar 2021 20:12:22 GMT">
					<outline text="The string is not the screenname of an actual Twitter user." created="Sat, 20 Mar 2021 20:12:23 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:12:49 GMT">
					<outline text="twitter.getUserProfile (&quot;bullmancuso&quot;).id" created="Sat, 20 Mar 2021 20:12:50 GMT">
						<outline text="15252142" created="Sat, 20 Mar 2021 20:15:48 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getUserProfile (&quot;bullmancuso&quot;).description" created="Sat, 20 Mar 2021 20:12:50 GMT">
						<outline text="This aggression will not stand" created="Sat, 20 Mar 2021 20:15:48 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getUserProfile (&quot;bullmancuso&quot;).location" created="Sat, 20 Mar 2021 20:12:50 GMT">
						<outline text="None a you business" created="Sat, 20 Mar 2021 20:15:48 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.getTweet" created="Sat, 20 Mar 2021 20:10:49 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.getTweet (id)" created="Sat, 20 Mar 2021 22:45:54 GMT"/>
					</outline>
				<outline text="Param" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="id is a string which is the Twitter-issued identifier for the tweet." created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					</outline>
				<outline text="Action " created="Sat, 20 Mar 2021 20:51:20 GMT">
					<outline text="Gets all the information about the tweet in a JavaScript object. "/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An object containing a lot of information about the tweet and its author." created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					</outline>
				<outline text="Errors" created="Sat, 20 Mar 2021 20:51:27 GMT">
					<outline text="It's an error if the id is not a valid Twitter-issued identifier." created="Sat, 20 Mar 2021 20:51:32 GMT"/>
					</outline>
				<outline text="Notes" created="Sat, 20 Mar 2021 20:51:39 GMT">
					<outline text="This call does not appear to require authentication." created="Sat, 20 Mar 2021 20:51:55 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="twitter.getTweet (&quot;1369636870334906368&quot;).full_text" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="Links don’t work in twitter. Most people don’t click them, too much of a wait, obnoxious ads and subscription pitches, paywalls, article limits. It’s a mess! Meanwhile bloggers with no ads, none of the junk, are caught up in the morass. This has been festering for too long." created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getTweet (&quot;1369636870334906368&quot;).created_at" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="Wed Mar 10 13:10:51 +0000 2021" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					<outline text="jsonStringify (twitter.getTweet (&quot;1369636870334906368&quot;))" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="{     &quot;created_at&quot;: &quot;Wed Mar 10 13:10:51 +0000 2021&quot;,     &quot;id&quot;: 1369636870334906400,     &quot;id_str&quot;: &quot;1369636870334906368&quot;,     &quot;full_text&quot;: &quot;Links don’t work in twitter. Most people don’t click them, too much of a wait, obnoxious ads and subscription pitches, paywalls, article limits. It’s a mess! Meanwhile bloggers with no ads, none of the junk, are caught up in the morass. This has been festering for too long.&quot;,     &quot;truncated&quot;: false,     &quot;display_text_range&quot;: [         0,         274     ],     &quot;entities&quot;: {         &quot;hashtags&quot;: [],         &quot;symbols&quot;: [],         &quot;user_mentions&quot;: [],         &quot;urls&quot;: []     },     &quot;source&quot;: &quot;&lt;a href=&quot;\&quot; https:=&quot;&quot; mobile.twitter.com\&quot;&quot;=&quot;&quot; rel=&quot;\&quot; nofollow\&quot;&quot;=&quot;&quot;&gt;Twitter Web App&lt;/a&gt;&quot;,     &quot;in_reply_to_status_id&quot;: null,     &quot;in_reply_to_status_id_str&quot;: null,     &quot;in_reply_to_user_id&quot;: null,     &quot;in_reply_to_user_id_str&quot;: null,     &quot;in_reply_to_screen_name&quot;: null,     &quot;user&quot;: {         &quot;id&quot;: 3839,         &quot;id_str&quot;: &quot;3839&quot;,         &quot;name&quot;: &quot;dave@scripting.com&quot;,         &quot;screen_name&quot;: &quot;davewiner&quot;,         &quot;location&quot;: &quot;Woodstock, NY&quot;,         &quot;description&quot;: &quot;On the net since mid-70s. Started two Silicon Valley companies. Wrote for Wired. Fellow at Harvard, NYU. Founder of podcasting, blogging, RSS. Open web.&quot;,         &quot;url&quot;: &quot;https://t.co/ztgzDGiyOj&quot;,         &quot;entities&quot;: {             &quot;url&quot;: {                 &quot;urls&quot;: [                     {                         &quot;url&quot;: &quot;https://t.co/ztgzDGiyOj&quot;,                         &quot;expanded_url&quot;: &quot;http://scripting.com/&quot;,                         &quot;display_url&quot;: &quot;scripting.com&quot;,                         &quot;indices&quot;: [                             0,                             23                         ]                     }                 ]             },             &quot;description&quot;: {                 &quot;urls&quot;: []             }         },         &quot;protected&quot;: false,         &quot;followers_count&quot;: 67269,         &quot;friends_count&quot;: 3844,         &quot;listed_count&quot;: 5293,         &quot;created_at&quot;: &quot;Sat Aug 05 23:04:08 +0000 2006&quot;,         &quot;favourites_count&quot;: 17360,         &quot;utc_offset&quot;: null,         &quot;time_zone&quot;: null,         &quot;geo_enabled&quot;: true,         &quot;verified&quot;: true,         &quot;statuses_count&quot;: 190327,         &quot;lang&quot;: null,         &quot;contributors_enabled&quot;: false,         &quot;is_translator&quot;: false,         &quot;is_translation_enabled&quot;: false,         &quot;profile_background_color&quot;: &quot;9AE4E8&quot;,         &quot;profile_background_image_url&quot;: &quot;http://abs.twimg.com/images/themes/theme1/bg.png&quot;,         &quot;profile_background_image_url_https&quot;: &quot;https://abs.twimg.com/images/themes/theme1/bg.png&quot;,         &quot;profile_background_tile&quot;: true,         &quot;profile_image_url&quot;: &quot;http://pbs.twimg.com/profile_images/1325163719400153089/eW6KCGsY_normal.png&quot;,         &quot;profile_image_url_https&quot;: &quot;https://pbs.twimg.com/profile_images/1325163719400153089/eW6KCGsY_normal.png&quot;,         &quot;profile_banner_url&quot;: &quot;https://pbs.twimg.com/profile_banners/3839/1615741101&quot;,         &quot;profile_link_color&quot;: &quot;7F7F90&quot;,         &quot;profile_sidebar_border_color&quot;: &quot;FFFFFF&quot;,         &quot;profile_sidebar_fill_color&quot;: &quot;E1E1DF&quot;,         &quot;profile_text_color&quot;: &quot;000000&quot;,         &quot;profile_use_background_image&quot;: true,         &quot;has_extended_profile&quot;: false,         &quot;default_profile&quot;: false,         &quot;default_profile_image&quot;: false,         &quot;following&quot;: false,         &quot;follow_request_sent&quot;: false,         &quot;notifications&quot;: false,         &quot;translator_type&quot;: &quot;none&quot;     },     &quot;geo&quot;: null,     &quot;coordinates&quot;: null,     &quot;place&quot;: null,     &quot;contributors&quot;: null,     &quot;is_quote_status&quot;: false,     &quot;retweet_count&quot;: 4,     &quot;favorite_count&quot;: 11,     &quot;favorited&quot;: false,     &quot;retweeted&quot;: true,     &quot;lang&quot;: &quot;en&quot; }" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.getThread" created="Sat, 20 Mar 2021 20:10:49 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.getThread (id)" created="Sat, 20 Mar 2021 22:45:54 GMT"/>
					</outline>
				<outline text="Param" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="id is a string which is the Twitter-issued identifier for the top tweet in the thread." created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An object containing an object with info about the author, and an array with the tweets in the thread." created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					</outline>
				<outline text="Errors" created="Sat, 20 Mar 2021 20:51:27 GMT">
					<outline text="It's an error if the id is not a valid Twitter-issued identifier." created="Sat, 20 Mar 2021 20:51:32 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="jsonStringify (twitter.getThread (&quot;1371210116473761792&quot;).tweets [0])" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="{     &quot;text&quot;: &quot;What is ThreadViewer? \n\nIt's a way to view Twitter threads outside of Twitter.&quot;,     &quot;id&quot;: &quot;1371210116473761792&quot;,     &quot;when&quot;: &quot;Sun, 14 Mar 2021 21:22:22 GMT&quot;,     &quot;parent&quot;: null }" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					<outline text="jsonStringify (twitter.getThread (&quot;1371210116473761792&quot;).author)" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="{     &quot;name&quot;: &quot;dave@scripting.com&quot;,     &quot;description&quot;: &quot;On the net since mid-70s. Started two Silicon Valley companies. Wrote for Wired. Fellow at Harvard, NYU. Founder of podcasting, blogging, RSS. Open web.&quot;,     &quot;screenname&quot;: &quot;davewiner&quot;,     &quot;when&quot;: &quot;Sun, 14 Mar 2021 21:22:22 GMT&quot;,     &quot;url&quot;: &quot;http://scripting.com/&quot;,     &quot;id&quot;: &quot;1371210116473761792&quot; }" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.newPost" created="Sat, 20 Mar 2021 20:10:49 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.newPost (string, id)" created="Sat, 20 Mar 2021 22:45:54 GMT"/>
					</outline>
				<outline text="Params" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="The string is the body of the tweet to be sent. It is limited to 280 characters. " created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					<outline text="Optional: id is the id of the tweet that it's in reply to, if it is a reply. If it is not a reply leave it undefined or 0." created="Sat, 20 Mar 2021 22:51:28 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An object with all the info Twitter has about the new tweet. There's a lot of data there. ;-)" created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					</outline>
				<outline text="Errors" created="Sat, 20 Mar 2021 20:51:27 GMT">
					<outline text="It's an error if the body is longer than 280 characters, or if the id is of a tweet that doesn't exist. " created="Sat, 20 Mar 2021 20:51:32 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="twitter.newPost (&quot;I'm having fun writing example code on a Saturday night!&quot;).id_str" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="1373410165907668994" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.newPost (&quot;A reply to the previous tweet?&quot;, &quot;1373410165907668994&quot;).id_str" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="1373410446536028161" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					<outline text="jsonStringify (twitter.newPost (string.randomSnarkySlogan ()))" created="Sat, 20 Mar 2021 20:15:21 GMT">
						<outline text="{     &quot;created_at&quot;: &quot;Sat Mar 20 23:03:22 +0000 2021&quot;,     &quot;id&quot;: 1373409861212442600,     &quot;id_str&quot;: &quot;1373409861212442626&quot;,     &quot;text&quot;: &quot;This is unfortunate and we're stuck with it forever.&quot;,     &quot;truncated&quot;: false,     &quot;entities&quot;: {         &quot;hashtags&quot;: [],         &quot;symbols&quot;: [],         &quot;user_mentions&quot;: [],         &quot;urls&quot;: []     },     &quot;source&quot;: &quot;&lt;a href=&quot;\&quot; http:=&quot;&quot; littleoutliner.com=&quot;&quot; \&quot;&quot;=&quot;&quot; rel=&quot;\&quot; nofollow\&quot;&quot;=&quot;&quot;&gt;Little Outliner&lt;/a&gt;&quot;,     &quot;in_reply_to_status_id&quot;: null,     &quot;in_reply_to_status_id_str&quot;: null,     &quot;in_reply_to_user_id&quot;: null,     &quot;in_reply_to_user_id_str&quot;: null,     &quot;in_reply_to_screen_name&quot;: null,     &quot;user&quot;: {         &quot;id&quot;: 3839,         &quot;id_str&quot;: &quot;3839&quot;,         &quot;name&quot;: &quot;dave@scripting.com&quot;,         &quot;screen_name&quot;: &quot;davewiner&quot;,         &quot;location&quot;: &quot;Woodstock, NY&quot;,         &quot;description&quot;: &quot;On the net since mid-70s. Started two Silicon Valley companies. Wrote for Wired. Fellow at Harvard, NYU. Founder of podcasting, blogging, RSS. Open web.&quot;,         &quot;url&quot;: &quot;https://t.co/ztgzDGiyOj&quot;,         &quot;entities&quot;: {             &quot;url&quot;: {                 &quot;urls&quot;: [                     {                         &quot;url&quot;: &quot;https://t.co/ztgzDGiyOj&quot;,                         &quot;expanded_url&quot;: &quot;http://scripting.com/&quot;,                         &quot;display_url&quot;: &quot;scripting.com&quot;,                         &quot;indices&quot;: [                             0,                             23                         ]                     }                 ]             },             &quot;description&quot;: {                 &quot;urls&quot;: []             }         },         &quot;protected&quot;: false,         &quot;followers_count&quot;: 67269,         &quot;friends_count&quot;: 3845,         &quot;listed_count&quot;: 5293,         &quot;created_at&quot;: &quot;Sat Aug 05 23:04:08 +0000 2006&quot;,         &quot;favourites_count&quot;: 17360,         &quot;utc_offset&quot;: null,         &quot;time_zone&quot;: null,         &quot;geo_enabled&quot;: true,         &quot;verified&quot;: true,         &quot;statuses_count&quot;: 190329,         &quot;lang&quot;: null,         &quot;contributors_enabled&quot;: false,         &quot;is_translator&quot;: false,         &quot;is_translation_enabled&quot;: false,         &quot;profile_background_color&quot;: &quot;9AE4E8&quot;,         &quot;profile_background_image_url&quot;: &quot;http://abs.twimg.com/images/themes/theme1/bg.png&quot;,         &quot;profile_background_image_url_https&quot;: &quot;https://abs.twimg.com/images/themes/theme1/bg.png&quot;,         &quot;profile_background_tile&quot;: true,         &quot;profile_image_url&quot;: &quot;http://pbs.twimg.com/profile_images/1325163719400153089/eW6KCGsY_normal.png&quot;,         &quot;profile_image_url_https&quot;: &quot;https://pbs.twimg.com/profile_images/1325163719400153089/eW6KCGsY_normal.png&quot;,         &quot;profile_banner_url&quot;: &quot;https://pbs.twimg.com/profile_banners/3839/1616275541&quot;,         &quot;profile_link_color&quot;: &quot;7F7F90&quot;,         &quot;profile_sidebar_border_color&quot;: &quot;FFFFFF&quot;,         &quot;profile_sidebar_fill_color&quot;: &quot;E1E1DF&quot;,         &quot;profile_text_color&quot;: &quot;000000&quot;,         &quot;profile_use_background_image&quot;: true,         &quot;has_extended_profile&quot;: false,         &quot;default_profile&quot;: false,         &quot;default_profile_image&quot;: false,         &quot;following&quot;: false,         &quot;follow_request_sent&quot;: false,         &quot;notifications&quot;: false,         &quot;translator_type&quot;: &quot;none&quot;     },     &quot;geo&quot;: null,     &quot;coordinates&quot;: null,     &quot;place&quot;: null,     &quot;contributors&quot;: null,     &quot;is_quote_status&quot;: false,     &quot;retweet_count&quot;: 0,     &quot;favorite_count&quot;: 0,     &quot;favorited&quot;: false,     &quot;retweeted&quot;: false,     &quot;lang&quot;: &quot;en&quot; }" created="Sat, 20 Mar 2021 20:50:27 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.getHomeTimeline" created="Sun, 21 Mar 2021 16:16:10 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.getHomeTimeline ()" created="Sun, 21 Mar 2021 16:54:58 GMT"/>
					</outline>
				<outline text="Params" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="None." created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An array object with the most recent tweets in the user's home timeline. " created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					<outline text="The home timeline is the list of tweets that appear on the Home page in the Twitter website." created="Sun, 21 Mar 2021 16:17:02 GMT"/>
					</outline>
				<outline text="Notes" created="Sun, 21 Mar 2021 16:54:13 GMT">
					<outline text="In the example, we get a value out of the timeline, displaying the whole array of tweets would take a lot of space. " created="Sun, 21 Mar 2021 16:54:15 GMT"/>
					<outline text="It will return at most 200 tweets." created="Sun, 21 Mar 2021 17:14:44 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="twitter.getHomeTimeline ().length " created="Sun, 21 Mar 2021 17:14:08 GMT">
						<outline text="196" created="Sun, 21 Mar 2021 17:14:10 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getHomeTimeline () [0].id" created="Sat, 20 Mar 2021 22:45:54 GMT">
						<outline text="1373683899830841300" created="Sun, 21 Mar 2021 16:53:42 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.getMentionsTimeline" created="Sun, 21 Mar 2021 16:16:10 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.getMentionsTimeline ()" created="Sun, 21 Mar 2021 16:54:58 GMT"/>
					</outline>
				<outline text="Params" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="None." created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An array with the most recent tweets that mention the logged-in user. " created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					</outline>
				<outline text="Notes" created="Sun, 21 Mar 2021 16:54:13 GMT">
					<outline text="It will return at most 200 tweets." created="Sun, 21 Mar 2021 17:14:44 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="twitter.getMentionsTimeline ().length " created="Sun, 21 Mar 2021 17:14:08 GMT">
						<outline text="107" created="Sun, 21 Mar 2021 17:14:10 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getMentionsTimeline () [0].full_text " created="Sat, 20 Mar 2021 22:45:54 GMT">
						<outline text="@davewiner Too much focus on wall street and war.  I was watching this talk just before reading your tweet, this guy gets it, a great speaker too.  https://t.co/Nb3LhdIFpM" created="Sun, 21 Mar 2021 16:53:42 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			<outline text="twitter.getUserTimeline" created="Sun, 21 Mar 2021 16:16:10 GMT">
				<outline text="Syntax" created="Sat, 20 Mar 2021 20:51:12 GMT">
					<outline text="twitter.getUserTimeline (string, boolean)" created="Sun, 21 Mar 2021 16:54:58 GMT"/>
					</outline>
				<outline text="Params" created="Sat, 20 Mar 2021 20:51:17 GMT">
					<outline text="The string is a screenname for a Twitter user, such as &quot;jack&quot; or &quot;bullmancuso&quot;." created="Sat, 20 Mar 2021 22:46:04 GMT"/>
					<outline text="The boolean determines if you want to include replies in the timeline. It's optional, if not specified it defaults to false." created="Sun, 21 Mar 2021 17:27:23 GMT"/>
					</outline>
				<outline text="Returns" created="Sat, 20 Mar 2021 20:51:24 GMT">
					<outline text="An array with the most recent tweets from the indicated user. " created="Sat, 20 Mar 2021 22:46:16 GMT"/>
					</outline>
				<outline text="Notes" created="Sun, 21 Mar 2021 16:54:13 GMT">
					<outline text="It will return at most 200 tweets." created="Sun, 21 Mar 2021 17:14:44 GMT"/>
					</outline>
				<outline text="Example" created="Sat, 20 Mar 2021 20:15:20 GMT">
					<outline text="twitter.getUserTimeline (&quot;jack&quot;).length " created="Sun, 21 Mar 2021 17:14:08 GMT">
						<outline text="200" created="Sun, 21 Mar 2021 17:14:10 GMT" isComment="true"/>
						</outline>
					<outline text="twitter.getUserTimeline (&quot;davewiner&quot;, false) [18].full_text " created="Sat, 20 Mar 2021 22:45:54 GMT">
						<outline text="This is unfortunate and we're stuck with it forever." created="Sun, 21 Mar 2021 16:53:42 GMT" isComment="true"/>
						</outline>
					</outline>
				</outline>
			</outline>
		</body>
	</opml>
