<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To: Update your Twitter status with ASP</title>
	<atom:link href="http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/</link>
	<description>The Life of an Internet Junkie</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:11:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: rterter</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2560</link>
		<dc:creator>rterter</dc:creator>
		<pubDate>Sat, 10 Jul 2010 20:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2560</guid>
		<description>retert</description>
		<content:encoded><![CDATA[<p>retert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne lambright</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2472</link>
		<dc:creator>wayne lambright</dc:creator>
		<pubDate>Sat, 17 Apr 2010 17:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2472</guid>
		<description>Hi Brad, thanks for the help.  I love the classic asp.  

Have you considered making a google friend connect login script it would be a one touch and you could open source it in there code base and you would get traffic to your site and talents.</description>
		<content:encoded><![CDATA[<p>Hi Brad, thanks for the help.  I love the classic asp.  </p>
<p>Have you considered making a google friend connect login script it would be a one touch and you could open source it in there code base and you would get traffic to your site and talents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobody</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2443</link>
		<dc:creator>nobody</dc:creator>
		<pubDate>Thu, 01 Apr 2010 19:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2443</guid>
		<description>I tried &quot;https&quot; for the twitter link and it worked. Keeps the login info secured.</description>
		<content:encoded><![CDATA[<p>I tried &#8220;https&#8221; for the twitter link and it worked. Keeps the login info secured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k g</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2335</link>
		<dc:creator>k g</dc:creator>
		<pubDate>Fri, 22 Jan 2010 07:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2335</guid>
		<description>is there anyway in classic asp to have some one login or signup via their twitter account if your site is backed by an access database, like twitpic users are able to signup for that site via twitter and began using it.. i havent found any twitter login info that coincides with classic asp</description>
		<content:encoded><![CDATA[<p>is there anyway in classic asp to have some one login or signup via their twitter account if your site is backed by an access database, like twitpic users are able to signup for that site via twitter and began using it.. i havent found any twitter login info that coincides with classic asp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy flint</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2273</link>
		<dc:creator>jeremy flint</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2273</guid>
		<description>I am trying to append a hashtag to the status, but the API seems to ignore it. Has anyone had any luck with that?

I am trying it several different ways. Including it as a hidden field value and building the status using Request.Form, by adding it to the end of the URL that is being generated as &amp; &quot;+%23tagname&quot;.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I am trying to append a hashtag to the status, but the API seems to ignore it. Has anyone had any luck with that?</p>
<p>I am trying it several different ways. Including it as a hidden field value and building the status using Request.Form, by adding it to the end of the URL that is being generated as &amp; &#8220;+%23tagname&#8221;.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2264</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2264</guid>
		<description>Hi

I&#039;m creating a project page to get a whole lot of people together to create an oauth library for Twitter using classic asp.

The code group is at http://code.google.com/p/twitter-oauth-in-classic-asp/

and the groups at

http://groups.google.com/group/twitter-oauth-in-classic-asp

Please join and help!</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m creating a project page to get a whole lot of people together to create an oauth library for Twitter using classic asp.</p>
<p>The code group is at <a href="http://code.google.com/p/twitter-oauth-in-classic-asp/" rel="nofollow">http://code.google.com/p/twitter-oauth-in-classic-asp/</a></p>
<p>and the groups at</p>
<p><a href="http://groups.google.com/group/twitter-oauth-in-classic-asp" rel="nofollow">http://groups.google.com/group/twitter-oauth-in-classic-asp</a></p>
<p>Please join and help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coolguy97</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2245</link>
		<dc:creator>Coolguy97</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2245</guid>
		<description>What about Posting a tweet using the OAuth.
Using asp.net.</description>
		<content:encoded><![CDATA[<p>What about Posting a tweet using the OAuth.<br />
Using asp.net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanx</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2219</link>
		<dc:creator>Sanx</dc:creator>
		<pubDate>Thu, 17 Sep 2009 00:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2219</guid>
		<description>Andre,

Use: objXMLdoc.GetElementsByTagName(&quot;user/profile_image_url&quot;).Item(0).text

That will give you the URL of the user&#039;s profile image.</description>
		<content:encoded><![CDATA[<p>Andre,</p>
<p>Use: objXMLdoc.GetElementsByTagName(&#8220;user/profile_image_url&#8221;).Item(0).text</p>
<p>That will give you the URL of the user&#8217;s profile image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2214</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2214</guid>
		<description>Thanks RO. Yes, I have coded a parser using INSTR and MID, but is there a cleaner way to read that tag using asp. Eg GetElementsByTagName(&quot;image&quot;)</description>
		<content:encoded><![CDATA[<p>Thanks RO. Yes, I have coded a parser using INSTR and MID, but is there a cleaner way to read that tag using asp. Eg GetElementsByTagName(&#8220;image&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RO</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/comment-page-1/#comment-2213</link>
		<dc:creator>RO</dc:creator>
		<pubDate>Tue, 08 Sep 2009 21:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comment-2213</guid>
		<description>Thanks for the code! Works the 1st time. 

Andre, if you parse the xml response, it&#039;s in the profile_image_url tag.</description>
		<content:encoded><![CDATA[<p>Thanks for the code! Works the 1st time. </p>
<p>Andre, if you parse the xml response, it&#8217;s in the profile_image_url tag.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
