<?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>Mr Blog &#187; mashups</title>
	<atom:link href="http://mrblog.org/tag/mashups/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrblog.org</link>
	<description>Mr Blog.  Very technical, or silly, sometimes absurd.</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>An Answer for Twitter OAuth-pacalypse</title>
		<link>http://mrblog.org/2010/05/20/an-answer-for-twitter-oauth-pacalypse/</link>
		<comments>http://mrblog.org/2010/05/20/an-answer-for-twitter-oauth-pacalypse/#comments</comments>
		<pubDate>Thu, 20 May 2010 21:42:29 +0000</pubDate>
		<dc:creator>MrBlog</dc:creator>
				<category><![CDATA[protocols]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[oauth]]></category>

		<guid isPermaLink="false">http://mrblog.org/?p=1170</guid>
		<description><![CDATA[For your smaller Twitter API projects, bash scripts etc, we have launched SuperTweet.net in case you don&#8217;t get OAuth implemented by the time Basic Auth goes away June 30, 2010. It&#8217;s a Twitter proxy &#8211; you use Basic Auth to talk to the proxy, and it uses OAuth to talk to Twitter. For example, to [...]]]></description>
			<content:encoded><![CDATA[<p>For your smaller Twitter API projects, bash scripts etc, we have launched <a href="http://www.supertweet.net/">SuperTweet.net</a> in case you don&#8217;t get OAuth implemented by the time Basic Auth goes away June 30, 2010. It&#8217;s a Twitter proxy &#8211; you use Basic Auth to talk to the proxy, and it uses OAuth to talk to Twitter.</p>
<div class="wp-caption alignnone" style="width: 530px"><img class=" " title="Simply Sign-In to SuperTweet.net and you will see a list of your Access Credentials" src="http://www.supertweet.net/images/supertweet_homecreds.png" alt="SuperTweet.net Access Credentials" width="520" height="90" /><p class="wp-caption-text">SuperTweet.net Access Credentials</p></div>
<p>For example, to send a tweet, use the <span style="font-family: Courier New;">http://api.supertweet.net/1/statuses/update<em>.format</em></span> such as:</p>
<p style="margin-left: 40px;"><code>curl -u user:password -d  "status=playing with cURL and the SuperTweet.net  API" http://api.supertweet.net/1/statuses/update.xml</code></p>
<p>The password shown in the example above is never your real Twitter password, but a separate password you set up just for use with the SuperTweet.net API &#8211; As with Twitter OAuth, you can revoke, change, or disable that password without any impact to your real Twitter password or Twitter account.  Also, you can deauthorize the SuperTweet.net API application itself on Twitter.com if you think it&#8217;s being bad, again, without affecting your real Twitter password or other Twitter applications.</p>
<p>Learn more: <a title="It's a Twitter proxy - you use Basic Auth to talk to the proxy, and it uses OAuth to talk to Twitter. Easy peasy." href="http://www.supertweet.net/">http://www.supertweet.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mrblog.org/2010/05/20/an-answer-for-twitter-oauth-pacalypse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

