Find Your First Twitter Follower
This application aims to show you who your first follower was in twitter. It’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 ...

This application aims to show you who your first follower was in twitter. It’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 might happen that it stops working in some point of time :( For this reason I don’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!
Download source
Tagged with: jQuery PHP twitter twitter api
Related Articles
This multi-level map based image gallery makes it possible to show images related to their location. The first level indicates the...
read more
jCookies, a jQuery plugin, makes getting and settings HTTP Cookies a breeze. jCookies allows the storage of any type of data: stri...
read more
Hey! In today's tutorial we will create an interactive Google map using the geocoding service. Usin...
read more
A simple responsive layout with some fancy page transitions. The idea is to show four items initially and expand them. Some additi...
read more
Pingback: Wie was mijn eerste Twitter volger? | Computertaal
Pingback: uberVU - social comments
Chad, did you write the code for that app?? I’ve tried to edit the FirstFollower class, but whatever I do it stops working.
For example I want to display the newest follower along with the oldest
Can you help me out?
How can i increase the limit? After 1 of 2 usernames i get the ‘error’:
not an existing username or the limit etc.