<?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/">
<channel>
<title>selfoss support forum - Get twitter working again</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Get twitter working again</title>
<content:encoded><![CDATA[<p>Hey,</p>
<p>If you want to use the twitter timeline with the new twitter API, just replace line 93 of spouts\twitter\hometimeline.php (starting with $timeline = $twitter...) with those 2 lines:</p>
<p>$twitter-&gt;host = &quot;https://api.twitter.com/1.1/&quot;;<br />
$timeline = $twitter-&gt;get('statuses/home_timeline', array('exclude_replies' =&gt; 0, 'count' =&gt; 50));</p>
<p>Look at the twitter API (https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline) if you want to change parameters such as exclude_replies.</p>
<p>md</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=562</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=562</guid>
<pubDate>Wed, 10 Jul 2013 21:04:43 +0000</pubDate>
<dc:creator>morphiumdeus</dc:creator>
</item>
</channel>
</rss>
