<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; twitter</title>
	<atom:link href="http://www.barattalo.it/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to change twitter status with php and curl without oAuth</title>
		<link>http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/</link>
		<comments>http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 17:43:26 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[status update]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=626</guid>
		<description><![CDATA[Twitter api authentication Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So, if you used basic authentication you have to change your code and implement oAuth authentication model (you can read about oAuth on Wikipedia). The oAuth authentication model Using oAuth means that you have to register [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/' rel='bookmark' title='PHP curl bot to update Facebook status'>PHP curl bot to update Facebook status</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</a></li>
<li><a href='http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/' rel='bookmark' title='Test if a remote url exists with PHP and CURL'>Test if a remote url exists with PHP and CURL</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
<li><a href='http://www.barattalo.it/2009/12/29/tiny-url-encode-and-decode-with-php/' rel='bookmark' title='Tiny url encode and decode with PHP'>Tiny url encode and decode with PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2010/09/2010-09-10_122110-300x192.gif" length="11506" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2010/09/2010-09-10_122110-300x192.gif" width="300" height="192" medium="image" type="image/gif" />	</item>
		<item>
		<title>PHP parse url, mailto, and also twitter&#8217;s usernames and arguments</title>
		<link>http://www.barattalo.it/2010/03/10/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/</link>
		<comments>http://www.barattalo.it/2010/03/10/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:41:45 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=496</guid>
		<description><![CDATA[This small function receive a text as input and returns an html text with links if the source text contains urls (http://www&#8230; but also ftp://&#8230; and every other protocol), emails, twitter&#8217;s usernames (with @ at the beginning) and also twitter tags (with # at the beginning). Those replaces are possible with the php preg_replace function: [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/09/make-square-thumbs-or-cropped-thumbs-with-php/' rel='bookmark' title='Make square thumbs or cropped thumbs with php'>Make square thumbs or cropped thumbs with php</a></li>
<li><a href='http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/' rel='bookmark' title='PHP google images mini bot'>PHP google images mini bot</a></li>
<li><a href='http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/' rel='bookmark' title='Parsing Flickr Feed with PHP tutorial'>Parsing Flickr Feed with PHP tutorial</a></li>
<li><a href='http://www.barattalo.it/2009/11/24/truncate-string-preserving-some-words-in-php/' rel='bookmark' title='Truncate string preserving some words in PHP'>Truncate string preserving some words in PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/03/10/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New version of Mini Bots PHP Class (v.1.4)</title>
		<link>http://www.barattalo.it/2010/01/20/new-version-of-mini-bots-php-class-v-1-4/</link>
		<comments>http://www.barattalo.it/2010/01/20/new-version-of-mini-bots-php-class-v-1-4/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 22:53:20 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Preg_match_all]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web bot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=386</guid>
		<description><![CDATA[I&#8217;ve added three more bots to the Mini Bots Php Class, now the version number is 1.4 and it has these new features. Follow the link, watch demos and download the class from the Mini Bots Php Class page: addeded twitterInfo method to retrieve the numbers of following, followers, and lists. addeded url2pdf method to [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/mini-bots-php-class/' rel='bookmark' title='Mini Bots PHP Class'>Mini Bots PHP Class</a></li>
<li><a href='http://www.barattalo.it/2010/07/28/php-to-post-on-facebook-page/' rel='bookmark' title='PHP to post on a Facebook page'>PHP to post on a Facebook page</a></li>
<li><a href='http://www.barattalo.it/2010/02/15/mixing-bots-to-gain-new-services/' rel='bookmark' title='Mixing bots to gain new services'>Mixing bots to gain new services</a></li>
<li><a href='http://www.barattalo.it/2010/04/09/mini-bot-class-updated/' rel='bookmark' title='Mini Bot Class Updated'>Mini Bot Class Updated</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/01/20/new-version-of-mini-bots-php-class-v-1-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

