<?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>Codrops &#187; twitter api</title>
	<atom:link href="http://tympanus.net/codrops/tag/twitter-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Find Your First Twitter Follower</title>
		<link>http://tympanus.net/codrops/2010/01/09/find-your-first-twitter-follower/</link>
		<comments>http://tympanus.net/codrops/2010/01/09/find-your-first-twitter-follower/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 08:49:00 +0000</pubDate>
		<dc:creator>chadking</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter api]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1184</guid>
		<description><![CDATA[This application aims to show you who your first follower was in twitter. It&#8217;s done with PHP and jQuery and of course it uses the twitter API. Two of the available API methods are used : statuses/show and followers/ids. Note that the rate limit is 150 requests per hour (you can increase this) so it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1189" title="firstFollow" src="http://tympanus.net/codrops/wp-content/uploads/2010/01/firstFollow.png" alt="firstFollow" width="500" height="357" /></p>
<p>This application aims to show you who your first follower was in twitter. It&#8217;s done with PHP and jQuery and of course it uses the twitter API. Two of the available API methods are used :<em> statuses/show</em> and <em>followers/ids. </em>Note that the rate limit is 150 requests per hour (you can increase this) so it might happen that it stops working in some point of time :( For this reason I don&#8217;t provide a demo page, but you can download the application, and install it locally or in your web site and give it a try. Anyway, the purpose of this post is just to show you how to do it!</p>
<p><a class="download" href="http://www.tympanus.net/FirstFollower/FirstFollower.zip">Download source</a></p>
<p><div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/01/09/find-your-first-twitter-follower/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TweetTheme: Color Theme Inspiration from Twitter Themes</title>
		<link>http://tympanus.net/codrops/2009/12/02/tweettheme/</link>
		<comments>http://tympanus.net/codrops/2009/12/02/tweettheme/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:37:22 +0000</pubDate>
		<dc:creator>chadking</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter api]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=954</guid>
		<description><![CDATA[My next Twitter API experiment: Get the theme&#8217;s colors from any Twitter account! With this PHP and jQuery code you can call the Twitter API and request the RGB color and the background image from a given user. In the provided demonstration you just have to input the username and hit enter &#8211; the theme [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-955" title="TweetTheme" src="http://tympanus.net/codrops/wp-content/uploads/2009/12/TweetTheme.png" alt="TweetTheme" width="512" height="343" /></p>
<p>My next Twitter API experiment: Get the theme&#8217;s colors from any Twitter account!</p>
<p>With this PHP and jQuery code you can call the Twitter API and request the RGB color and the background image from a given user. In the provided demonstration you just have to input the username and hit enter &#8211; the theme will get loaded. Hover over the color rows to obtain the hexadecimal color values.</p>
<p>Not much said:</p>
<p><a class="demo" href="http://tympanus.net/TweetTheme/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/TweetTheme/TweetTheme.zip">Download source</a></p>
<p><div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2009/12/02/tweettheme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter API and jQuery Showcase: Display your Followers or Friends</title>
		<link>http://tympanus.net/codrops/2009/12/02/twitter-api-and-jquery-showcase-display-your-followers-or-friends/</link>
		<comments>http://tympanus.net/codrops/2009/12/02/twitter-api-and-jquery-showcase-display-your-followers-or-friends/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:47:42 +0000</pubDate>
		<dc:creator>chadking</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter api]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=952</guid>
		<description><![CDATA[Today I was playing around with the Twitter API and created this little &#8220;widget&#8221; using jQuery and PHP. I know, there are already plenty of them, but I wanted to improve some details. Some of the features are: You can get your most recent 100 followers or friends Followers or friends are shown in sets [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-953" title="twitterconn" src="http://tympanus.net/codrops/wp-content/uploads/2009/12/twitterconn.png" alt="twitterconn" width="518" height="322" /></p>
<p>Today I was playing around with the Twitter API and created this little &#8220;widget&#8221; using jQuery and PHP. I know, there are already plenty of them, but I wanted to improve some details.</p>
<p>Some of the features are:</p>
<p><span id="more-952"></span></p>
<ul>
<li>You can get your most recent 100 followers or friends</li>
<li>Followers or friends are shown in sets of 25 per widget page</li>
<li>The images of the users are preloaded (unlike in Twitter)</li>
<li>You can navigate through the set</li>
<li>You can refresh the entire set</li>
<li>More information on the user can be seen using a tooltip when hovering over his picture</li>
</ul>
<p>You can configure and use this in your website to show your followers or friends with some interesting information about them (name, number of followers, number of friends).</p>
<p>A reason why 100 followers or friends are loaded in the beginning is the restriction the Twitter API is giving in the number of results per request. So, in order not to make several requests which would take quite some time, I just get 100. However, you can always click the link to the entire list in the end of the pagination.</p>
<p>The tooltip is created using <a href="http://craigsworks.com/projects/qtip/" target="_blank">qTip</a>.</p>
<p><a class="demo" href="http://tympanus.net/TwitterConnections/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/TwitterConnections/TwitterConnections.zip">Download source</a></p>
<p><div id="bsap_1266918" class="bsarocks bsap_af25dfd2f1908889af7a1aa5f4dcbd9e"></div><div style="clear:both;"></div><br />
<br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2009/12/02/twitter-api-and-jquery-showcase-display-your-followers-or-friends/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/tag/twitter-api/feed/ ) in 0.19739 seconds, on Feb 8th, 2012 at 5:49 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 6:49 pm UTC -->
