<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/2846064</link>
		<description>Comments by peterino</description>
<item>
<title>LoveTheCool : Twitter Followers Gone</title>
<link>http://www.lovethecool.net/2010/08/19/twitter-followers-gone/#IDComment143817847</link>
<description>Have you started a familiy yet? If not, hurry! Here&amp;#039;s the bad news:  (A variation of) the followers bug seems to be back. Or does Twitter do &amp;quot;SPAM cleanup&amp;quot; occasionally - with a lot of false positives? We lost probably half of the followers of our corporate account this weekend. And I&amp;#039;m not sure why... :-( </description>
<pubDate>Mon, 18 Apr 2011 07:14:12 +0000</pubDate>
<guid>http://www.lovethecool.net/2010/08/19/twitter-followers-gone/#IDComment143817847</guid>
</item><item>
<title>Brown PHP : Use PHP to Twitter Using OAuth</title>
<link>http://www.brownphp.com/2010/09/php-twitter-oauth/#IDComment138800652</link>
<description>Hopefully without offending anyone here, here is the solution:  &lt;a href=&quot;http://tips4php.net/2010/12/twitter-oauth-the-easy-way-simple-post-to-twitter-script/&quot; target=&quot;_blank&quot;&gt;http://tips4php.net/2010/12/twitter-oauth-the-eas...&lt;/a&gt;  It uses the same library, BUT you only need the two source files in the &amp;quot;twitteroauth&amp;quot; folder, and the following code:  require_once(&amp;#039;twitteroauth.php&amp;#039;);    define(&amp;#039;CONSUMER_KEY&amp;#039;,    &amp;#039;&amp;lt;get_his_from_your_twitter_app&amp;gt;&amp;#039;); define(&amp;#039;CONSUMER_SECRET&amp;#039;, &amp;#039;&amp;lt;get_his_from_your_twitter_app&amp;gt;&amp;#039;); define(&amp;#039;OAUTH_TOKEN&amp;#039;,     &amp;#039;&amp;lt;get_his_from_your_twitter_app&amp;gt;&amp;#039;); define(&amp;#039;OAUTH_SECRET&amp;#039;,    &amp;#039;&amp;lt;get_his_from_your_twitter_app&amp;gt;&amp;#039;);   $text = &amp;#039;Using Abrahms Twitter OAuth library -- and loving it!&amp;#039;;  $tweet = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_TOKEN, OAUTH_SECRET);  $tweet-&amp;gt;post(&amp;#039;statuses/update&amp;#039;, array(&amp;#039;status&amp;#039; =&amp;gt; $text));    </description>
<pubDate>Thu, 31 Mar 2011 08:27:00 +0000</pubDate>
<guid>http://www.brownphp.com/2010/09/php-twitter-oauth/#IDComment138800652</guid>
</item>	</channel>
</rss>