I am looking to make multiple queries with the Twitter API, which I believe i need to wrap into an array as I have around 100 usernames.
the url i will be using is http://api.twitter.com/1/users/lookup.json?screen_name=username and from there I can get the followers information and username which is all i want to retrieve.
The way I believe I need to do it is by having the usernames in a database and run an array around the API lookup which then spits out the results? I also need to store the results into a database which i also understand I can include in the array.
Does anyone know if this has been done before? and if I am going a long the right lines. Any feedback would be very much appreciated.
Damien