<?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: First version of ASP Twitter Library</title>
	<atom:link href="http://asp.web.id/first-version-of-asp-twitter-library.html/feed" rel="self" type="application/rss+xml" />
	<link>http://asp.web.id/first-version-of-asp-twitter-library.html</link>
	<description>hot talks about asp programming</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:45:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: oAuth and Classic ASP &#171; Splash Web Effects</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-366</link>
		<dc:creator>oAuth and Classic ASP &#171; Splash Web Effects</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-366</guid>
		<description>[...] http://asp.web.id/first-version-of-asp-twitter-library.html [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://asp.web.id/first-version-of-asp-twitter-library.html" rel="nofollow">http://asp.web.id/first-version-of-asp-twitter-library.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-346</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-346</guid>
		<description>Hi, this code looks very interesting but do you guys also know how to make the authentication work in classic ASP with the &quot;Sign in with Twitter&quot; button? I would like people with a twitter account to be able to login their twitter account via my classic ASP website? Of course I don&#039;t want to ask them their twitter username and password on my website. This has to be done in the protected twitter pop-up window and after succesful login they return to my classic ASP website and they can manage their account. They have many examples of that here: http://apiwiki.twitter.com/OAuth-Examples but those are not in classic ASP. :-( Hope any of you can help in this.</description>
		<content:encoded><![CDATA[<p>Hi, this code looks very interesting but do you guys also know how to make the authentication work in classic ASP with the &#8220;Sign in with Twitter&#8221; button? I would like people with a twitter account to be able to login their twitter account via my classic ASP website? Of course I don&#8217;t want to ask them their twitter username and password on my website. This has to be done in the protected twitter pop-up window and after succesful login they return to my classic ASP website and they can manage their account. They have many examples of that here: <a href="http://apiwiki.twitter.com/OAuth-Examples" rel="nofollow">http://apiwiki.twitter.com/OAuth-Examples</a> but those are not in classic ASP. <img src='http://asp.web.id/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Hope any of you can help in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel G. Saputra</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-93</link>
		<dc:creator>Ariel G. Saputra</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-93</guid>
		<description>@alexandre
it should be working now, as xml is the only and default type, it will be assigned automatically

@frank
I thats because get Friends timeline require authentication and using HTTP GET method,

Now i have implemented get friends timeline grab the new file and find the example inside</description>
		<content:encoded><![CDATA[<p>@alexandre<br />
it should be working now, as xml is the only and default type, it will be assigned automatically</p>
<p>@frank<br />
I thats because get Friends timeline require authentication and using HTTP GET method,</p>
<p>Now i have implemented get friends timeline grab the new file and find the example inside</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-92</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 11 Aug 2009 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-92</guid>
		<description>Hi Ariel,

Me again. I founded the error. In your example update_status.asp. You forgot to put oTwitterAPI.aspTwitterDataFormat = &quot;xml&quot;.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi Ariel,</p>
<p>Me again. I founded the error. In your example update_status.asp. You forgot to put oTwitterAPI.aspTwitterDataFormat = &#8220;xml&#8221;.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-91</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 11 Aug 2009 13:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-91</guid>
		<description>Hi Ariel,

I´m trying use the ASP Twitter Library, but the update function didn´t works. It responses that &quot;Oops error occured: The URL requested is invalid or the resource requested, such as a user, does not exists.&quot;. With the old function Update Twitter Status works. Can you help me? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Ariel,</p>
<p>I´m trying use the ASP Twitter Library, but the update function didn´t works. It responses that &#8220;Oops error occured: The URL requested is invalid or the resource requested, such as a user, does not exists.&#8221;. With the old function Update Twitter Status works. Can you help me? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Bailey</title>
		<link>http://asp.web.id/first-version-of-asp-twitter-library.html/comment-page-1#comment-89</link>
		<dc:creator>Frank Bailey</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://asp.web.id/?p=19#comment-89</guid>
		<description>Hi Ariel, awesome work on this Twitter library for ASP. I just have one quick question - is it possible to query the friend status timeline in the same way, or have you not implemented that part yet? I&#039;ve had a look at the XML produced by the friends timeline, here: http://twitter.com/statuses/friends_timeline.xml?count=5 and it seems identical to that produced by the user timeline. Just to try it, I changed your function aspTwitterGetUserTimeline() to access the friends timeline, but it gives this error: &quot;Oops unabled fetching user statuses : Not Authorized: Authentication credentials were missing or incorrect. Check your username &amp; password&quot;

Do you have any idea as to how I could make it work?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ariel, awesome work on this Twitter library for ASP. I just have one quick question &#8211; is it possible to query the friend status timeline in the same way, or have you not implemented that part yet? I&#8217;ve had a look at the XML produced by the friends timeline, here: <a href="http://twitter.com/statuses/friends_timeline.xml?count=5" rel="nofollow">http://twitter.com/statuses/friends_timeline.xml?count=5</a> and it seems identical to that produced by the user timeline. Just to try it, I changed your function aspTwitterGetUserTimeline() to access the friends timeline, but it gives this error: &#8220;Oops unabled fetching user statuses : Not Authorized: Authentication credentials were missing or incorrect. Check your username &amp; password&#8221;</p>
<p>Do you have any idea as to how I could make it work?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
