Re: [twitter-dev] Display latest tweets from multiple Twitterers?

2010-01-11 Thread John Kalucki
Consider the follow parameter on the Streaming API after an initial REST
call to obtain some historical backfill.

-John Kalucki
http://twitter.com/jkalucki
Services, Twitter Inc.





On Mon, Jan 11, 2010 at 8:11 AM, CG  wrote:

> Hi,
>
> Using the code found here:
> http://css-tricks.com/snippets/php/get-latest-twitter-status/
> I can display the latest tweet for a single twitter user.
>
> My question is this: is it possible to get the latest tweet from
> multiple users this way or a similar method?
>
> My plan is to have users submit their username via a form, and this
> data is written to an xml file. I am hoping to tie all this together
> to display multiple tweets from users who have submitted their data on
> one page.
>
> Is it possible? Are there any examples or sites that you know of that
> I could look at?
>
> Many thanks,
> CG
>


[twitter-dev] Display latest tweets from multiple Twitterers?

2010-01-11 Thread CG
Hi,

Using the code found here: 
http://css-tricks.com/snippets/php/get-latest-twitter-status/
I can display the latest tweet for a single twitter user.

My question is this: is it possible to get the latest tweet from
multiple users this way or a similar method?

My plan is to have users submit their username via a form, and this
data is written to an xml file. I am hoping to tie all this together
to display multiple tweets from users who have submitted their data on
one page.

Is it possible? Are there any examples or sites that you know of that
I could look at?

Many thanks,
CG