<?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>Changing Tides - Brenda Moon &#187; Social Media</title>
	<atom:link href="http://www.moon.net.au/category/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moon.net.au</link>
	<description>Brenda&#039;s Blog</description>
	<lastBuildDate>Sun, 01 Jan 2012 08:40:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Twitter changed to SSL only for streaming API today</title>
		<link>http://www.moon.net.au/2011/09/30/twitter-changed-to-ssl-only-for-streaming-api-today/</link>
		<comments>http://www.moon.net.au/2011/09/30/twitter-changed-to-ssl-only-for-streaming-api-today/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:58:01 +0000</pubDate>
		<dc:creator>Brenda</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.moon.net.au/?p=421</guid>
		<description><![CDATA[<p>This morning my Twitter data collection program suddenly started failing to connect. I&#8217;m using the the excellent twitter4j library for connecting to Twitter. </p> <p>The error was &#8220;Connection Refused&#8221; with this response: TwitterException{exceptionCode=[b5e7486f-24943238 b5e7486f-2494320e], statusCode=-1, retryAfter=-1, rateLimitStatus=null, featureSpecificRateLimitStatus=null, version=2.2.4} </p> <p>I found out that Twitter has turned on only accepting SSL connections for connecting to [...]]]></description>
			<content:encoded><![CDATA[<p>This morning my Twitter data collection program suddenly started failing to connect. I&#8217;m using the the excellent <a href="http://twitter4j.org">twitter4j</a> library for connecting to Twitter. </p>
<p>The error was &#8220;Connection Refused&#8221; with this response:<br />
<code><br />
TwitterException{exceptionCode=[b5e7486f-24943238 b5e7486f-2494320e], statusCode=-1, retryAfter=-1, rateLimitStatus=null, featureSpecificRateLimitStatus=null, version=2.2.4}<br />
</code></p>
<p>I found out that Twitter has turned on only accepting SSL connections for connecting to streams today. (<a href="https://dev.twitter.com/blog/streaming-api-turning-ssl-only-september-29th">https://dev.twitter.com/blog/streaming-api-turning-ssl-only-september-29th</a>)</p>
<p>I tried setting builder.setUseSSL(true) in Twitter4j, but that didn&#8217;t fix the problem. There is a new snapshot build of twitter4j that does fix it (2.2.5-SNAPSHOT). It is available for download from <a href="http://twitter4j.org">http://twitter4j.org</a>.</p>
<p>I&#8217;m using Eclipse Helios and Maven and had some trouble working out how to get the SNAPSHOT. In the configuration I have, it picked up the snapshot of twitter4j-stream-2.2.5-SNAPSHOT.jar, but not the twitter4j-core-2.2.5-SNAPSHOT.jar. I tried a few different things to make it get the core snapshot which didn&#8217;t work, but then found that disabling the releases in the repository definition worked:</p>
<p><code>
<pre>
   &lt;repository&gt;
      &lt;id&gt;twitter4j.org&lt;/id>
      &lt;name&gt;twitter4j.org Repository&lt;/name&gt;
      &lt;url&gt;http://twitter4j.org/maven2&lt;/url&gt;
      &lt;releases&gt;
         &lt;enabled>false&lt;/enabled&gt;
      &lt;/releases&gt;
      &lt;snapshots&gt;
         &lt;enabled&gt;true&lt;/enabled&gt;
      &lt;/snapshots&gt;
   &lt;/repository&gt;
</pre>
<p></code></p>
<p>Not sure why the twitter4j-stream snapshot was downloaded but not the twitter4j-core without changing the POM. But with this change, my data collection is working again although I&#8217;ve missed a few hours of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moon.net.au/2011/09/30/twitter-changed-to-ssl-only-for-streaming-api-today/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>An Atlas of Now</title>
		<link>http://www.moon.net.au/2010/01/29/atlas-of-now/</link>
		<comments>http://www.moon.net.au/2010/01/29/atlas-of-now/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:14:42 +0000</pubDate>
		<dc:creator>Brenda</dc:creator>
				<category><![CDATA[Data Visualisation]]></category>
		<category><![CDATA[Science Communication]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.moon.net.au/?p=331</guid>
		<description><![CDATA[<p>Will Grant and I have written an article on the Diffusion blog titled &#8220;An Atlas of Now&#8221; describing the project I&#8217;m working on at CPAS.</p> <p>We are in the process building a system – using both established and novel open source intelligence methods – to gauge, assess and display changes in the online discussion of [...]]]></description>
			<content:encoded><![CDATA[<p>Will Grant and I have written an article on the <a href="http://blog.cpas.anu.edu.au/diffusion/">Diffusion</a> blog titled &#8220;<a href="http://blog.cpas.anu.edu.au/diffusion/2010/01/29/an-atlas-of-now/">An Atlas of Now</a>&#8221; describing the project I&#8217;m working on at CPAS.</p>
<blockquote><p><a href="http://blog.cpas.anu.edu.au/diffusion/2010/01/29/an-atlas-of-now/"><img class="size-full wp-image-336 alignright" title="An Atlas of Now - diffusion" src="http://www.moon.net.au/wp-content/uploads/2010/01/An-Atlas-of-Now-diffusion.png" alt="" width="178" height="104" /></a><br />We are in the process building a system – using both established and novel open source intelligence methods – to gauge, assess and display changes in the online discussion of science and technology issues, controversies and dangerous alternate conceptions. Our goal is to develop a science communication ‘atlas of now’: revealing geographical and temporal changes in attitudes to science and technology issues throughout society.  <br />(<a href="http://blog.cpas.anu.edu.au/diffusion/2010/01/29/an-atlas-of-now/">An Atlas of Now</a>)</p>
</blockquote>
<p>We will be presenting a paper on this project at the <a href="http://www.asc.asn.au/">Australian Science Communicators</a> <a href="http://guest.cvent.com/EVENTS/Info/Summary.aspx?e=cf5adfd9-1d04-4289-bc00-6f37c861b387">National Conference</a> February 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moon.net.au/2010/01/29/atlas-of-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

