<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Make HUDDLES™ &#187; twitter in second life</title>
	<atom:link href="http://imakehuddles.com/wordpress/tag/twitter-in-second-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://imakehuddles.com/wordpress</link>
	<description>Games &#38; Gadgets for Second Life</description>
	<lastBuildDate>Thu, 29 Apr 2010 17:37:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tweeting about HUDDLES</title>
		<link>http://imakehuddles.com/wordpress/2009/04/07/tweeting-about-huddles/</link>
		<comments>http://imakehuddles.com/wordpress/2009/04/07/tweeting-about-huddles/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:51:47 +0000</pubDate>
		<dc:creator>Keiki Lemieux</dc:creator>
				<category><![CDATA[EZAD]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[EZ Animator Deluxe]]></category>
		<category><![CDATA[HUDDLES]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter in second life]]></category>

		<guid isPermaLink="false">http://imakehuddles.com/wordpress/?p=334</guid>
		<description><![CDATA[Although, I haven&#8217;t been a user of twitter before, I got to thinking about how one might update a twitter stream from a LSL script in Second Life. It took me a little time to figure it out, but it seems quite easy. Someone posted a solution to the Second Life forums a couple years [...]]]></description>
			<content:encoded><![CDATA[<p>Although, I haven&#8217;t been a user of twitter before, I got to thinking about how one might update a twitter stream from a LSL script in Second Life. It took me a little time to figure it out, but it seems quite easy. Someone posted a <a href="http://forums.secondlife.com/showthread.php?t=189899">solution to the Second Life forums</a> a couple years back.</p>
<p>The key line of code is this:</p>
<blockquote><p>llHTTPRequest(&#8220;http://&#8221; + llEscapeURL(user) + &#8220;:&#8221;+llEscapeURL(password) + &#8220;@twitter.com/statuses/update.xml&#8221;, [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/x-www-form-urlencoded; charset=UTF-8"], &#8220;status=&#8221;+llEscapeURL(msg));</p></blockquote>
<p>User is your twitter name, password is your password and msg is the message you want to send.</p>
<p>I&#8217;m thinking that it might be nice to add this to the EZ Animator Deluxe, but I&#8217;m wondering if anyone would use it and what features would they want. What do you think?</p>
<p>Oh, by the way, you can follow me on twitter, my name is <a href="http://twitter.com/KeikiAtHuddles">KeikiAtHuddles</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://imakehuddles.com/wordpress/2009/04/07/tweeting-about-huddles/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

